Imagine there’s a parallel universe that’s identical to ours in every way apart from one thing. Route parameters haven’t been invented yet… (more…)
Read more »
React is a JavaScript library that makes it super easy to create interactive UIs. We'll build it up from first principles. (more…)
Read more »
React provides no built-in way to do data loading - it's left for you to implement. Doing this is tricky in a React app that uses server side rendering (SSR) because client and server rendering work quite differently: Client render is async so data can be... (more…)
Read more »
Learn what an API layer is, some of the many benefits it can provide to your architecture, and how to implement it in React. (more…)
Read more »