In this article, we learned how to implement dark mode in a React application and its top considerations.
Create React App is a great tool for quickly getting up and running on new React projects. Let’s learn how to use it.
Use the React Context API to avoid prop drilling by passing data through our component trees and allowing our components to share data at different levels.
Compare Enzyme and react-testing-library, the two most popular libraries for testing React components, and learn how to migrate between them.
ClojureScript, which compiles Clojure to JavaScript, is a natural fit for web development, particularly with React via a library called Reagent.
Use react-pro-sidebar in your React app to create a sidebar with multilevel functionality and customized with MUI icons.
React Router is a great tool, however, with the arrival of Hooks, a lot of things have changed. React Hooks offer a cleaner and more flexible way of handling routes in smaller projects.
Fetching and manipulating data without using a global state was something out of the ordinary. TanStack Query gives us this opportunity.
Discover and compare five of the top React boilerplates, pieces of code that act as a starting point for beginning development.
useMemo
React HookLearn when not to use the useMemo React Hook, such as when a memoized value is not used frequently or a computation is not expensive.
If set up correctly, a web worker can send and receive messages from the JavaScript or TypeScript code where it was set up.
In this post, we will cover types of components, libraries provided for styling in React and web components, and their accessibility.