#immerjs search results

I can definetely see the benefit of using #immerjs to set state in #React when working with "nested" state. It can become really verbose when having to use the spread operator with multi-level nested state

_esausilva's tweet image. I can definetely see the benefit of using #immerjs to set state in #React when working with "nested" state. It can become really verbose when having to use the spread operator with multi-level nested state

How to update state objects in render when using immer stackoverflow.com/questions/6501… #immerjs #reactjs

overflow_meme's tweet image. How to update state objects in render when using immer stackoverflow.com/questions/6501… #immerjs #reactjs

Immer Produce not causing Redux to re-render. Modifying Draft AND Base State in Reducer stackoverflow.com/questions/6691… #immerjs #javascript #redux #reactnative #mutation

overflow_meme's tweet image. Immer Produce not causing Redux to re-render. Modifying Draft AND Base State in Reducer stackoverflow.com/questions/6691… #immerjs #javascript #redux #reactnative #mutation

10/ Reminds me my old days handling large UI state trees minimizing memory footprint. There is #immerjs and RFC-6902 JSON Patch so we don't have to reinvent the wheel.🎉 Contacts stored as append list of operations in files where state/diff can be easily dervied. Idea for a sdk!

debuggingfuture's tweet image. 10/ Reminds me my old days handling large UI state trees minimizing memory footprint. There is #immerjs and RFC-6902 JSON Patch so we don't have to reinvent the wheel.🎉 Contacts stored as append list of operations in files where state/diff can be easily dervied. Idea for a sdk!

An alternative to ImmerJs. While #ImmerJs is a '#javascript-first' solution. This proposal is '#typescript-first'. Using some functional concepts. Notes: 1) Just a proof-of-concept. Totally experimental. 2) Using algebraic data types, like #Lenses & Atomic Ref. #Denoland

fvilante's tweet image. An alternative to ImmerJs. 

While #ImmerJs is a '#javascript-first' solution. This proposal is '#typescript-first'. Using some functional concepts. 

Notes: 
1) Just a proof-of-concept. Totally experimental.
2) Using algebraic data types, like #Lenses & Atomic Ref.

#Denoland

Speaker #10 is Michel Weststrate @mweststrate Software Engineer at @facebook Author of #MobX, #immerJS For more info and tickets check this link: prfr.io/2Tndqtr #speakers #javascript #conference #cityjs2020


#immerjs saved my life today


Immer JS makes managing state updates a breeze! 💨 #ImmerJS #StateManagement #reactjs


It is a sin not using #immerjs in reducers. It is so simple, reliable and easily type-safe. #Redux #javascript


How come no one talk about #immerjs. It is so amazing 🤯 or am i missing something 🧐🤔


Nothing personal about the @recoiljs library, I'm sure is an awesome piece of tech. It is the same feeling I had the first time I saw the #InmutableJs set of APIs, I knew there had to be a better way to manage immutable state and then later #immerjs appeared and confirmed it


I've spent the day with @DasSurma's buffer-backed-object library. Well today I wrote a piggyback function to store a list of strings in typed arrays. As it turns out, this isn't all that hard, and now I can almost share #immerjs patches via postmessage without as much overhead.


if you have been using @React but haven't looked at #immerjs you have missed a lot


Created a simple state management library for #angular. It uses #immerjs for immutable state and has some goodies like loading, error signal. Also it has redo/undo feature using #immerjs patches. npmjs.com/package/ngx-si…


With devtools plugged, I have now my #redux alternative 100% operational; So that's Redux + Redux-thunk + Redux-Toolkit replaced by one standalone opinionated state management using #ImmerJS La Taverne github.com/uralys/taverne #javascript #reactjs #webdev

chrisdugne's tweet image. With devtools plugged, I have now my #redux alternative 100% operational;

So that's Redux + Redux-thunk + Redux-Toolkit replaced by one standalone opinionated state management using #ImmerJS 

La Taverne github.com/uralys/taverne

#javascript #reactjs #webdev

Just released react-tracked v1.6.4! - Fix an error with Immer v8 "non-configurable data property", reported by chicus12 and wisammechano The problem could exist prior to #immerjs v8 in dev. It's related with auto freezing feature. github.com/dai-shi/react-…


Created a simple state management library for #angular. It uses #immerjs for immutable state and has some goodies like loading, error signal. Also it has redo/undo feature using #immerjs patches. npmjs.com/package/ngx-si…


Immer JS makes managing state updates a breeze! 💨 #ImmerJS #StateManagement #reactjs


I genuinely cannot believe I have only just found Immerjs.... I have been working with deeply nested objects and arrays in a current project and having to deal with updates using endless spread operators. What a relief a tool like this exists. #immerjs


Goodbye to manual deep copying. Is #immerjs handling deep copy via proxy in @react?

This is one you need to know. JS has a built-in function for deep cloning objects called `structuredClone`, which can handle: 😍 Deeply nested objects and arrays 🌎 Many types, like Date, Set, Map, etc ➰ Circular references More in my latest article: builder.io/blog/structure…



ComponentStore makes complex interactions so much easier. We discussed #immerjs a few times tonight and dove into updaters and effects. bit.ly/3PUuz81


I've spent the day with @DasSurma's buffer-backed-object library. Well today I wrote a piggyback function to store a list of strings in typed arrays. As it turns out, this isn't all that hard, and now I can almost share #immerjs patches via postmessage without as much overhead.


🚀 Since the last release, #NgRx Ducks supports using #immerjs to simplify mutation logic in case reducer functions. 📘 I had some time to update the documentation. Now you can read how you can apply the new feature in your project. app.gitbook.com/@co-it/s/ngrx-…


Immer Produce not causing Redux to re-render. Modifying Draft AND Base State in Reducer stackoverflow.com/questions/6691… #immerjs #javascript #redux #reactnative #mutation

overflow_meme's tweet image. Immer Produce not causing Redux to re-render. Modifying Draft AND Base State in Reducer stackoverflow.com/questions/6691… #immerjs #javascript #redux #reactnative #mutation

Took me a while on how to figure out how to use #ImmerJS to create an immutable Svelte store. So, here's my thread 🧵 on the high-level breakdown 📹 If you want to watch me code it out instead, watch me do it on YouTube instead youtu.be/mHqCAEUkiWs

lihautan's tweet card. Custom Svelte Store: Immer for Immutable Svelte store

youtube.com

YouTube

Custom Svelte Store: Immer for Immutable Svelte store


#React Day-17 Struggling with immutable code. Looking for an option that will make your and your developer friends life easier. Checkout #immerJs . It converts your mutable code immutable #FrontEndDevelopment #frontenddeveloper #100DaysOfCode #DEVCommunity


Just released react-tracked v1.6.4! - Fix an error with Immer v8 "non-configurable data property", reported by chicus12 and wisammechano The problem could exist prior to #immerjs v8 in dev. It's related with auto freezing feature. github.com/dai-shi/react-…


How to update state objects in render when using immer stackoverflow.com/questions/6501… #immerjs #reactjs

overflow_meme's tweet image. How to update state objects in render when using immer stackoverflow.com/questions/6501… #immerjs #reactjs

The differences between prod/dev were the reason why we had a second thought of using #ImmerJS for our applications. Happy to see that immerjs v8 getting a default consistent behavior. Glad to have the freeze() as well. Hopefully no more differences between server/client lib.


No results for "#immerjs"

How to update state objects in render when using immer stackoverflow.com/questions/6501… #immerjs #reactjs

overflow_meme's tweet image. How to update state objects in render when using immer stackoverflow.com/questions/6501… #immerjs #reactjs

Immer Produce not causing Redux to re-render. Modifying Draft AND Base State in Reducer stackoverflow.com/questions/6691… #immerjs #javascript #redux #reactnative #mutation

overflow_meme's tweet image. Immer Produce not causing Redux to re-render. Modifying Draft AND Base State in Reducer stackoverflow.com/questions/6691… #immerjs #javascript #redux #reactnative #mutation

I can definetely see the benefit of using #immerjs to set state in #React when working with "nested" state. It can become really verbose when having to use the spread operator with multi-level nested state

_esausilva's tweet image. I can definetely see the benefit of using #immerjs to set state in #React when working with "nested" state. It can become really verbose when having to use the spread operator with multi-level nested state

10/ Reminds me my old days handling large UI state trees minimizing memory footprint. There is #immerjs and RFC-6902 JSON Patch so we don't have to reinvent the wheel.🎉 Contacts stored as append list of operations in files where state/diff can be easily dervied. Idea for a sdk!

debuggingfuture's tweet image. 10/ Reminds me my old days handling large UI state trees minimizing memory footprint. There is #immerjs and RFC-6902 JSON Patch so we don't have to reinvent the wheel.🎉 Contacts stored as append list of operations in files where state/diff can be easily dervied. Idea for a sdk!

Speaker #10 is Michel Weststrate @mweststrate Software Engineer at @facebook Author of #MobX, #immerJS For more info and tickets check this link: prfr.io/2Tndqtr #speakers #javascript #conference #cityjs2020


An alternative to ImmerJs. While #ImmerJs is a '#javascript-first' solution. This proposal is '#typescript-first'. Using some functional concepts. Notes: 1) Just a proof-of-concept. Totally experimental. 2) Using algebraic data types, like #Lenses & Atomic Ref. #Denoland

fvilante's tweet image. An alternative to ImmerJs. 

While #ImmerJs is a '#javascript-first' solution. This proposal is '#typescript-first'. Using some functional concepts. 

Notes: 
1) Just a proof-of-concept. Totally experimental.
2) Using algebraic data types, like #Lenses & Atomic Ref.

#Denoland

With devtools plugged, I have now my #redux alternative 100% operational; So that's Redux + Redux-thunk + Redux-Toolkit replaced by one standalone opinionated state management using #ImmerJS La Taverne github.com/uralys/taverne #javascript #reactjs #webdev

chrisdugne's tweet image. With devtools plugged, I have now my #redux alternative 100% operational;

So that's Redux + Redux-thunk + Redux-Toolkit replaced by one standalone opinionated state management using #ImmerJS 

La Taverne github.com/uralys/taverne

#javascript #reactjs #webdev

Loading...

Something went wrong.


Something went wrong.


United States Trends