SSR with Create React App

I’ve been using create react app a bunch and wanted to improve performance by adding server side rendering to the apps I was making. This… Read more

Similar

React Security Tips

As frontend developers, our focus is on the users experience in our application. How fast and efficient the application is and how smooth the functionality can be. We all might say security on our minds, but we often rely on somebody else to handle this. ... (more…)

Read more »

The Pain of React Router in Redux

This is how most conversations about routing end in the React/Redux ecosystem. There’s no doubt that React Router is the standard-bearer for SPA routing in the React world, and there’s more to its success than its early arrival on the scene or its SEO-fri... (more…)

Read more »