GatsbyJS

タグ「GatsbyJS」の投稿は 6

I migrated my homepage from GatsbyJS to Next.js

I migrated my homepage from GatsbyJS to Next.js

2022年11月5日☕️ 4 min read

I've migrated my homepage from GatsbyJS to Next.js. GatsbyJS was the top of the SSG frameworks in my opinion, even with Next.js, but time flies, everything changed a lot. I'd like to share my thoughts about GatsbyJS and Next.js in past and now.

How to add search to a multilingual Gatsbyjs site with algolia

How to add search to a multilingual Gatsbyjs site with algolia

2021年5月1日☕️ 5 min read

GatsbyJS is a great tool for building blog or document sites. It's fast, well-documented, easy to study, and powered by GraphQL. As all we know, [https://reactjs.org/](https://reactjs.org/) is made with GatsbyJS. And of course, search experience is a very important part. Gatsby

Spam filter for Netlify form in Gatsby

Spam filter for Netlify form in Gatsby

2020年6月18日☕️ 3 min read

Netlify form is quite easy to build a contact form in serverless architecture like Gatsby. But the free plan only allows 100 submissions a month, so spam filter is really important at this point.