react
Create a blazing fast blog via NextJSPosted on 25 May 2020 - 4 min read
NextJS gives me more control as well as more configurations to optimize the blog. The post here describes how I created a blog via NextJS which helped me to improve the speed of the site from 1.8s FCP to 1.6s FCP. [Read more]
Tagged with: nextjs, react, jamstack
Enable the dark theme in GatsbyPosted on 10 May 2020 - 5 min read
A dark theme is a cool feature to have for a website. It was designed to reduce the luminance emitted by device screens and to improve… [Read more]
Tagged with: react, gatsby, dark-theme, tailwindcss
Type checking for Gatsby with TypeScriptPosted on 08 May 2020 - 2 min read
I was looking for TypeScript support in Gatsby and fortunately there is native one which is ongoingly built by the Gatsby team. I then find it simple and would like to share it here for those who are looking for it. [Read more]
Tagged with: react, gatsby, typescript