Dark Mode with Custom React Hooks Using Local Storage

Creating a custom hook in React to store state in local storage, synchronize it across browser tabs, and have its value retrieved on page refresh. We will be… Read more

Similar

React Add-On Components

React is one if not the most popular JavaScript framework out there, however it doesn’t come with helpers out of the box like other frameworks does (i.e. directives in Vue.js). I’ll share with you in this post 4 useful and reusable react components t... (more…)

Read more »