Huddle01huddle01.hashnode.net·Mar 1, 2023Exploring Zustand & Jotai: Efficient State Management Solutions for React AppManaging state in a React app can be a challenging task, especially in video conferencing web apps like Huddle01, due to the complexity of the state involved. In addition to the challenges mentioned earlier, video conferencing web apps also have to d...Discuss·1 like·101 readszustand
Andrzej Friczefricze.hashnode.net·Sep 4, 2022Introduction to Jotai. Part 2Read first part to know what's going on here. You created first atom to hold your input text value. Then you created a derived atom that holds text length. Based on this code let’s create registration form, with basic validation. First, let’s add lab...Discuss·70 readsJavaScript
Deejay Gerosodeejaygeroso.hashnode.net·Feb 19, 2023Three Types of React State ManagementTo understand what's best react state management tools you need for your project. It is best to understand what are the three common types of application state management. Flux (Redux, Zustand) Proxy (Mobx, Valtio) Atomic (Recoil, Jotai) Flux It...Discuss·48 readsReact
Shen Nguyenshennguyen.hashnode.net·Apr 17, 2023Create a simple calculator using Jotai, Tailwind CSS, and Vitest (Part 2)Introduction Jotai One of the essential parts of React applications is state management. There are a lot of open-source tools to make state management easier in developer experiences. Redux is considered the most popular state management for complex ...DiscussJotai
Iván Garcíawhil.hashnode.net·Apr 14, 2023Jotai's Code ExplanationHi. I hope that you like it Today Let's learn how to use Jotai in a basic usage and keyway, In a previous article Jotais Introduction basic concepts. Aclaration: I'm not using providers, contexts or redux for this example. Jotai is state management o...Discuss·69 readsReact
Hamid Mohamadihamidmohamadi.hashnode.net·Mar 9, 2023Create Raect app with Parcel and Jotai as a state managementWhen I was new and less experienced, was working on a project and would eventually realize that the size of the project had increased and also had problems on running or building the project. So, started to work on Webpack and confused, and then swit...Discuss·29 readsReact
Huddle01huddle01.hashnode.net·Mar 1, 2023Exploring Zustand & Jotai: Efficient State Management Solutions for React AppManaging state in a React app can be a challenging task, especially in video conferencing web apps like Huddle01, due to the complexity of the state involved. In addition to the challenges mentioned earlier, video conferencing web apps also have to d...Discuss·1 like·101 readszustand
Deejay Gerosodeejaygeroso.hashnode.net·Feb 19, 2023Three Types of React State ManagementTo understand what's best react state management tools you need for your project. It is best to understand what are the three common types of application state management. Flux (Redux, Zustand) Proxy (Mobx, Valtio) Atomic (Recoil, Jotai) Flux It...Discuss·48 readsReact
Shen Nguyenshennguyen.hashnode.net·Nov 21, 2022Create a simple calculator using Jotai, Tailwind CSS, and Vitest (Part 1)In the first part, I will help you set up a new application inside a monorepo. Link to the project repository: Github Configuration Eslint I will create a new application in my monorepo, I will go to apps and use these commands to create a vite appli...Discuss·73 readsReact
Andrzej Friczefricze.hashnode.net·Sep 4, 2022Introduction to Jotai. Part 2Read first part to know what's going on here. You created first atom to hold your input text value. Then you created a derived atom that holds text length. Based on this code let’s create registration form, with basic validation. First, let’s add lab...Discuss·70 readsJavaScript