Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/JS Fundamental/JS Proxy/JS Proxy Wrapper/
Valtio
Search

Valtio

Creator
Creator
Seonglae Cho
Created
Created
2021 Mar 31 1:42
Editor
Editor
Seonglae Cho
Edited
Edited
2022 Jul 21 16:44
Refs
Refs
Zustand
Jotai
 
 
 
 
GitHub - pmndrs/valtio: 💊 Valtio makes proxy-state simple for React and Vanilla
npm i valtio makes proxy-state simple Valtio turns the object you pass it into a self-aware proxy. You can make changes to it in the same way you would to a normal js-object. Create a local snapshot that catches changes. Rule of thumb: read from snapshots, mutate the source.
GitHub - pmndrs/valtio: 💊 Valtio makes proxy-state simple for React and Vanilla
https://github.com/pmndrs/valtio
GitHub - pmndrs/valtio: 💊 Valtio makes proxy-state simple for React and Vanilla
The new wave of React state management
As React applications grow in size and complexity, managing shared global state is a challenge. The general advice is to only reach for global state management solutions when you need it. This post will flesh out the core problems global state management libraries need to solve.
The new wave of React state management
https://frontendmastery.com/posts/the-new-wave-of-react-state-management/
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/JS Fundamental/JS Proxy/JS Proxy Wrapper/
Valtio
Copyright Seonglae Cho