Explore >> Select a destination


You are here

react.dev
| | krasimirtsonev.com
9.8 parsecs away

Travel
| | White-labeling React apps / A white label app is an app that we build once and "resell" it to other people/companies. Very often we are talking about applying different themes but sometimes we have to change logic too. Such changes should be as declarative as possible so they scale well. Otherwise is more of a copy/paste exercise. In this article I want to sketch out a couple of approaches for white labeling in React applications.
| | alexsidorenko.com
13.3 parsecs away

Travel
| | How useMemo can help you prevent unnecessary re-renders.
| | tylergaw.com
18.4 parsecs away

Travel
| | A detailed approach to a solution for adding Redux Reducers after initial store creation.
| | blog.testdouble.com
72.5 parsecs away

Travel
| Dive into the concept that React Context API is primarily a tool for injecting dependencies into a React tree and how we can use that to improve testability, reusability, and maintainability of our