🚚 Looking to migrate from XState V4 to XState V5? We’ve got a few resources to get you started…
▶️ Watch our webinar where David takes you through migrating a V4 project:
https://www.youtube.com/watch?v=s-nqoIbIZac
📖 And check out our docs for a list of breaking changes and FAQ… https://stately.ai/docs/xstate-v5/migration
#statemanagement #xstate #migration #xstatev4 #xstatev5
:react:
A new fine-grained reactivity state manager
Legend-State:
There is a new state manager for react, that promises to be fast; provides fine-grained reactivity; allows global storage & allows state storage in local storage.
https://legendapp.com/open-source/state/
They are accepting requests for implementations for other frameworks:
#reactjs #statemanagement #webdev #frontend
We’ve just made Stately Studio much more powerful.
New design, more inline editing, ✨ colors ✨, effect blocks, tags, export to XState v4/v5 beta, and a new foundation for even more visual logic editing features to come.
#stateMachines #stateManagement #statecharts #visualizations #diagrams
#statemachines #statemanagement #statecharts #visualizations #diagrams
🎯 Dive into the components of #Flutter state management and boost your app's responsiveness! Check out my new blog post that breaks down the four primary components: Builder, Controller, State, and Dependency Manager. Learn how they work together and make informed choices for your app.
Read now: https://www.christianfindlay.com/blog/flutter-state-management-components
🚀
#StateManagement #MobileAppDevelopment
#Flutter #statemanagement #mobileappdevelopment
Angular v16 signals, everything old is new again - What's the hype?
https://link.medium.com/olxCzDXhHyb #Angular #signal #reactivity #statemanagement #rxjs #react #vue #webdev #web #development
#angular #signal #reactivity #statemanagement #rxjs #react #vue #webdev #web #development
Do any front-end devs on here use Jotai for state management? If so I'd love your thoughts on how to organize and separate atoms.
The atomic nature and lack of convention makes it really easy to produce (IMO) a bunch of indirection that future devs have to follow in order to know what atoms to use and how to use them. Feels like a foot-gun factory.
#frontend #jotai #statemanagement
Today on the blog: Using Zustand to manage application state in React.
Something I evaluated for work, did a little write-up.
Plus, bonus Easter Egg for @matuzo
https://thomasrigby.com/articles/using-zustand-to-manage-application-state-in-react/
#statemanagement #react #zustand #frontend
Did you know that you don’t need StateNotifier, BloC, or any external state management library to do StatelessWidgets with immutable state? AnimatedBuilder is your friend. It just has a silly name.
Live sample here:
https://dartpad.dev/?id=83fcabba9c41221bc7e222f24ec7547d
#flutterdev #statemanagement #bloc
Hi Zustand users,
I just opened a discussion about migrating to named exports.
Check it out: https://github.com/pmndrs/zustand/discussions/1506
#ReactJS #Zustand #StateManagement #ReactHooks #JavaScript #TypeScript
#reactjs #zustand #statemanagement #reacthooks #javascript #typescript
React-Tracked v1.7.11 is released. https://react-tracked.js.org
It's not a state management library, but can be used with useState for state management. It works with Redux and Zustand too.
#ReactJS #StateManagement #ReactHooks #JavaScript #TypeScript
#reactjs #statemanagement #reacthooks #javascript #typescript
Recently, I have released jotai-signal, valtio-signal and zustand-signal, using the same technique with proxies and custom jsx transform. I extracted the common part and released create-react-signals v0.1.0!
https://github.com/dai-shi/create-react-signals/
PRs are open for the three projects:
https://github.com/dai-shi/zustand-signal/pull/1
https://github.com/dai-shi/valtio-signal/pull/1
https://github.com/jotai-labs/jotai-signal/pull/4
#ReactJS #Jotai #Valtio #Zustand #StateManagement #JavaScript #TypeScript
#reactjs #jotai #valtio #zustand #statemanagement #javascript #typescript
Just released zustand-signal v0.1.0! https://github.com/dai-shi/zustand-signal
This is another variant like jotai-signal and valtio-signal. I'm not yet very confident with the api of zustand-signal. Please give it a try.
Demo: https://codesandbox.io/s/gifted-shape-tvg39g?file=/src/App.js
#reactjs #zustand #statemanagement #javascript #typescript
jotai-location v0.3.2 is released! https://github.com/jotai-labs/jotai-location
It has a util called `atomWithHash` to sync atom value with `location.hash`.
#ReactJS #Jotai #StateManagement #ReactHooks #JavaScript #TypeScript
#reactjs #jotai #statemanagement #reacthooks #javascript #typescript
Just released valtio-signal v0.1.0! https://github.com/dai-shi/valtio-signal/
It follows the same approach as jotai-signal. Seems magical?
Demo: https://codesandbox.io/s/competent-curran-udm83t?file=/src/App.js
#ReactJS #Valtio #StateManagement #Signals #JavaScript #TypeScript
#reactjs #valtio #statemanagement #signals #javascript #typescript
Valtio reached 6K stars on GitHub. Thanks for people supporting it!
https://github.com/pmndrs/valtio
Comparing it with Zustand & Jotai. Hm, Something needs to be done to leverage it.
#ReactJS #Valtio #StateManagement #ReactHooks #JavaScript #TypeScript
#reactjs #valtio #statemanagement #reacthooks #javascript #typescript
Zustand v4.2.0 is released! https://github.com/pmndrs/zustand/releases/tag/v4.2.0
Happy New Year!
#ReactJS #Zustand #StateManagement #ReactHooks #JavaScript #TypeScript
#reactjs #zustand #statemanagement #reacthooks #javascript #typescript
With upcoming Jotai v2, you can read/update atom values outside React. Check out this counter example. This is called v2 API and already pre-released in jotai v1.11.0.
CodeSandbox: https://codesandbox.io/s/kind-silence-hw8res?file=/src/App.tsx
#ReactJS #Jotai #StateManagement #ReactHooks #JavaScript #TypeScript
#reactjs #jotai #statemanagement #reacthooks #javascript #typescript
jotai-signal v0.4.0 is released. https://github.com/jotai-labs/jotai-signal
Here's an example with store in Jotai v2 API.
Demo: https://codesandbox.io/s/dreamy-booth-xjn7nm?file=/src/App.tsx
#ReactJS #Jotai #StateManagement #ReactHooks #JavaScript #TypeScript
#reactjs #jotai #statemanagement #reacthooks #javascript #typescript
Valtio v1.8.0 is released! https://github.com/pmndrs/valtio/releases/tag/v1.8.0
Valtio is a proxy state library for React. It's less known than Zustand and Jotai, but it has very unique features. Even though you don't plan to use it, you may find it interesting.
Learn more :point_right: https://valtio.pmnd.rs
#reactjs #valtio #statemanagement #javascript #typescript
This is a bloobit #flutter sample that shows you how to use dialog abstractions in your business logic controller. Fully working sample.
#Flutter #flutterdev #statemanagement #abstractions #notbloc