4 Ways to Simplify React State (By Not Using React) | by Oskari Rautiainen | Aug, 2022
How to simplify your application state with native browser implementations. Non-React lifecycle mechanisms for managing application state. What if I told you, you should not be storing all of your data in a React lifecycle? There are many tools using the built-in browser APIs and non-lifecycle methods in React that can be very powerful for … Read more