Have you tried Recoil the next generation react state management library? You should: CM safe, memoized, atomic, transactional. https://t.co/J646EVHVh1
Let's see an easy toolkit with real-world examples: https://t.co/ZKymZRwTL3
#recoil#redux#state#react#reactjs#frontend
We're at the @CFTC in Washington DC this afternoon where @andriko, as a member of the Technology Advisory Committee (TAC) sponsored by Commissioner @CFTCcgr, will be presenting on #Decentralization: Indicators and Issues.
Watch the livestream / recording here https://t.co/sg00usQWQR
#blockchain #cybersecurity #AI #ArtificialIntelligence #defi #digitalassets #CFTC
@1Marc They have discovered that utilizing an S3 bucket is much more cost-effective than executing tasks on either an SSR edge/non-edge CPU, so they are forcing people to spend unnecessary money (unless SEO is a priority).
Congratulations to our Founder & CEO, @andriko, on his appointment to the Technology Advisory Committee (TAC) at @CFTC!
We look forward to his contributions towards promoting the safe use of blockchain technology and digital assets.
#CFTC#blockchain#digitalassets
Here’s a short reel summarizing Metrika’s participation in #ETHDenver 2023.
I’d like to thank all of the speakers who participated on our panels and shared their insights as well as the organizers and the very enthusiastic #Ethereum community that always turns Denver into a #Bufficorn city.
We loved the opportunity to interact with the community, share our work and the tools we are building for the Open Finance world of tomorrow.
@dan_abramov Given that client-side routing is the fastest and most responsive approach available, why should we consider returning to the older MPA model? I feel like there must be something I'm not understanding about this trend towards going back to the '90s. Your thoughts on this?
🎉 We're thrilled to announce that @metrikaco has secured $4M in a Series A Extension from @M12vc and @nyca to expand our blockchain #operationalintelligence and #riskmanagement platform!
Learn more in our press release here: https://t.co/98fumgYZsK
Easy to forget, but the debate about signals is the same one we had about 2-way data binding vs unidirectional data flow 10 years ago. Signals are mutable state! They’re bindings with a new name. The simplicity of UI as a function of state is lost when updates flow unpredictably.
The great @metrikaco team did it again! 👏🙏
What I really liked was visualisation of activation & exit queue. Also ability to easily check withdrawal address (0x00 vs 0x01) surely is helpful particularly for solo stakers.
Super glad to have you as @BlockdaemonHQ partner 🙌
@dan_abramov @acemarke@_developit@sebmarkbage@mweststrate The main point here is that "Signals" is not blazing fast because it implements "fine grained reactivity", but it is fast as every pub/sub store (redux, jotai, recoil, zustand, mobx, whatever..) that does not propagate value through Context, but sub direct to each comp.
@_developit@acemarke @dan_abramov @acemarke@sebmarkbage is this concurrent mode safe? has this "signals" store exactly like any other external store, concurrent mode issues?
@_developit@acemarke @dan_abramov Sorry this https://t.co/45JYSAbPuT is a typical forceUpdate on a pub-sub external store. What is new to "signals" store?