React Browser Wall Component

A small, fast and rich-API browser/platform/engine detector for React. – s-a/browserwall… Read more

Similar

Understand how React hooks work

The reason hooks cause developers to struggle is that they look simple, just basic functions, but they are a lot more complex than that. The complex logic is very well hidden in the React core, but understanding a little how they work will help you to use... (more…)

Read more »

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 »