How to Build a SEO-Friendly React Blog with an API-Based CMS

Build a CMS-powered blog using React, Next.js, and ButterCMS. Read more

Similar

Routes as State in React

I’ve been using React Router for a while now in a project and was running up against some frustration getting access to information that comes through the URL. I’m using Redux and React Redux for state management and Reselect for getting useful bits of in... (more…)

Read more »

Async actions in React Redux

Introduction Javascript is a single thread programming language. That is when you have code something like this The second line doesn’t get executed till the first one gets completed. Mostly this won’t be a problem since millions of calculations are... (more…)

Read more »