Introducing Second: a framework for mostly-static React applications

TL;DR Second is a framework for building React applications where the data is fetched on the server and most of the components do not change after the first render. Components can declare their data dependencies using a container similar to Face… Read more

Similar

Using React Context API with NextJS

One huge pain point in React (and NextJS) is having to pass props through multi-level components. The bigger the application or project gets, the more painful this becomes. This is because of how React is structured, in a tree like fashion with data ... (more…)

Read more »