4/19/2022
Discover how to automatically switch between different runtime versions depending on the projects.
2/26/2022
Last time, we’ve seen how to implement the useAudio Hook to simplify sounds management. Today, let’s see how to create a Hook that tracks the visibility of our components on the screen: useInView.
1/11/2022
In the last episode of the Custom React Hooks series, we’ve discovered the useNetworkState hook to simplify the user’s network state management. Today, we’ll explore another useful custom hook: useAudio.
11/28/2021
In the last episode of the Custom React Hooks series, we've implemented the useLocalStorage hook to simplify local storage management. In today's episode, we'll create one to simplify the observation of our users network state: useNetworkState.
11/7/2021
In the last episode of the Custom React Hooks series, we've implemented the useArray hook to simplify arrays management. In today's episode, we'll create a hook to deal with the local storage more easily: useLocalStorage.
10/31/2021
Another week, another custom React hook for your hooks backpack. In this episode, we'll implement the useArray hook to make arrays management easier.
10/28/2021
You may already know how to add a README to your GitHub profile, but did you know that you can also add one to an organization's profile?
10/10/2021
In the last episode of the Custom React Hooks series, we have implemented the useBoolean custom hook. Today, we will create a not more complicated one: useCounter.
10/5/2021
React hooks allow you to hook into React state and lifecycle features. In this article, we will discover how to implement our custom hooks to reduce our codebase complexity.
5/14/2021
At some point in your JavaScript developer journey, you've probably encountered these awful relative imports. In this article, we will get rid of them once and for all.
2/3/2021
After going through many GitHub profiles, I noticed that most of them are not really appealing. In this article, I will give you some pro-tips to enhance yours.
1/27/2021
As a web, mobile or software developer, you’re probably including emojis in your application the wrong way. This is why.