NTNice wrap up for react useState! In my project, if I need update a state synchronized with its old value, I pass directly reducer function to setState function; If I need to use multiple state I’ll use multiple useState.Comment·Article·Jul 27, 2024·Unleashing the Power of useReducer in React: Simplify Your State Management 🎯🚀
NTIMO, using frameworks is good. However, to be a good dev, if I have spare time I will spend it to learn how the frameworks I used actually work.Comment·Article·Jan 18, 2024·Why Do I Need To Learn Frameworks?