Blitz.js: The Fullstack React Framework – Built on Next.js

⚡️The Fullstack React Framework — built on Next.js – blitz-js/blitz… Read more

Similar

Code Splitting in Create React App

Code splitting in Create React App is an easy way to reduce the size of your React.js app bundle. To do this in an app using React Router v4, we can asynchronously load our routes using the dynamic import() method that Create React App supports. (more…)

Read more »

React as a Static Site Generator

Two years ago I converted my website from WordPress to a static build process. It has served me well but the final process was rather messy. Hacks and plumbing to get Metalsmith plugins working my way didn’t helped. (more…)

Read more »