Top Tweets for #StateAdapt
Some really fun updates to #StateAdapt are coming in the next few months. Just added this to the docs

#StateAdapt is so good. More people should be using it.
Mike's #stateAdapt is an awesome solution to state management in Angular.
And if you were to use it with `ngxtension`, you can still have "injectAuthStore" instead of "AuthStateService" (if you are so inclined)
#angular #state

Here's a video of me testing the prod builds of StateAdapt 2.0 and migrating some syntax. I thought I was ready after this, but one more thing has come up with request sources I need to look into.
Hey, that's #StateAdapt (minus the Redux Devtools support):
const [count, countStore] = useAdapt(['count', 0], {
increment: n => n + 1,
decrement: n => n - 1,
// reset included in every store
})
Naming is easy with declarative state management. Everything just describes itself instead of downstream concerns. With #StateAdapt, sources describe what happened, and state change function names describe how state will change, in just one place.

I just released #StateAdapt 1.0.0. It isn't perfect, but I've tested StateAdapt on 30+ projects and think it's good enough. Please give me feedback on the documentation. I will be creating more tutorials soon. #Angular #React #Svelte #SolidJS
https://t.co/ok3QBCKuuP

#Angular signals will not cause any fundamental changes in #StateAdapt for the foreseeable future.
I might add a convenience function for consuming stores, but only if signals can be created inside a proxy's get handler, which SolidJS did not handle well. It may have only been a problem when used inside JSX expressions though.

"How to not regret useState" by @mfpears #react #stateadapt #rxjs #ThisIsLearning
https://t.co/bH06zGftr5
Tonight at 10 PM MST I'm talking with @ParasocialFix about state management in #React. He'll give me an overview and then dive into his favorite library, #jotai, and I'll show him the React API for #StateAdapt. Here's the link https://t.co/6qj0ZUhLVT
@RyanCarniato @thetarnav @solid_js This is still a major problem with #RxJS. One of the 3 main reasons I decided to create #StateAdapt was to make RxJS debuggable with Redux Devtools. But it's still only helpful at the point where event streams end up changing state. @cyclejs has awesome debug tools though.
It doesn't matter how popular your library is---it's already essential to give developers easy access in their editor to clear, up-to-date syntax so tools like Copilot can generate amazing suggestions. I'll be testing #StateAdapt's approach in my first #React video next week.
#StateAdapt new docs site is live. Publishing a new minor version tomorrow (matching the new docs), then testing the new React APIs a bit before publishing 1.0. https://t.co/hMDFHDpjkk
A slightly more advanced example of #StateAdapt in #SolidJS.
Why would you use this?
If you want your code to be as declarative example, avoid callback functions, which imperatively control state. They're basically tiny controllers (as in MVC).
https://t.co/miXqyjMKZ9
Here is #StateAdapt running in #SolidJS. Unless `from` can lazily subscribe to observables, the API is going to be almost identical to #React's, but with different names:
adapt => adapt
useStore => fromAdapt
useAdapt => createAdapt
https://t.co/p4RJgMbI3A

#SolidJS was developed with this capability in mind, and it really improves DX. SolidJS is flexible in so many ways. This flexibility was also one of my primary objectives with #StateAdapt.
Speaking of. I'll have a StateAdapt + SolidJS StackBlitz demo by this weekend
Last Seen Hashtags on Sotwe
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.2M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.9M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.3M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.6M followers

KATY PERRY 
@katyperry
86.8M followers

Taylor Swift 
@taylorswift13
80.6M followers

Lady Gaga 
@ladygaga
72.2M followers

Kim Kardashian 
@kimkardashian
69.4M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.5M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61.1M followers

X 
@x
60.9M followers

Selena Gomez 
@selenagomez
59.9M followers




