Explore tweets tagged as #immutablejs
@borkdude
(λ. borkdude) 🌱
1 year
ImmutableJS nested maps work fine in #squintcljs https://t.co/UwFbP7UqXt #clojure
0
0
9
@iamtonmoy0
Tonmoy
2 years
mutable and immutable concept in js . #js #mutablejs #immutablejs
0
0
0
@museowunsaram
아이반(❖,❖)
3 years
요즘 개발하면서 불변객체를 관리할 일이 많아져서 immutablejs를 사용하고 있는데 지짜 무조건 써야한다.. 코드가 훨씬 깔끔해짐!! 라라벨에서 collection을 감싸서 쓰는 것과 비슷하당 https://t.co/fD3dfX1PHT #벅공대 #bugcity @bug4what
0
0
2
@sebastienlorber
Seb ⚛️ ThisWeekInReact.com
1 year
This Week In React 209 ⚛️ - Next.js - Compiler - react-server - Motion - Remix - Storybook - Toldo - state-in-url - ImmutableJS 📱 - Expo 52 - Screens - Skia List - Godot - Audio - Edge-to-Edge - Windows - True Sheet - Nitro - Worklets
@sebastienlorber
Seb ⚛️ ThisWeekInReact.com
1 year
1
12
31
@sumitsaurabh927
Sumit Saurabh | Javascript | React
3 years
10. ImmutableJS: A library for creating immutable data structures in JavaScript. It provides a variety of immutable data types like lists, maps, and sets. This makes it easier to reason about your code and avoid bugs related to mutable states. 🔗
1
1
7
@spion
Gorgi Kosev
1 year
@GolerGkA @MichaelArnaldi There've been many examples where this causes stunting in the ecosystem. I can't list them all of them off the top of my head but it ranges from bugs (such as https://t.co/t4aaHmSYkT) to ecosystem stunting (immutablejs adoption was hampered) etc.
1
0
0
@h0ssy_ex
ゆー
2 years
immutablejsで脳がバグる
0
0
0
@arthard101
Eulier Gonzalez
1 year
Immer use Object.freeze, to achieve Immutability Here are some performance optimizations https://t.co/dLzi7B6NOX ImmutableJS provide an API to create Immutability https://t.co/NVZTLTMrRd These are the kind of problems that Front-end Engineers are facing.
0
0
0
@NOT_A_CHARACTER
3 years
之前写的 js cow btree,跑了下 benchmark。 - degree=8 的时候,性能最好。(数量级这么小,二分不如遍历) - 最好的时候,读写也只有 immutablejs 的 25% / 40%,应该是查找的实现太挫了 - 读比原生慢了两个数量级 - 写比原生快一点,object spread 太慢了
1
0
0
@matt_zaps
Matthias
10 months
A junior developer has been on a task for 3+ weeks. The task was to implement a set of serialize/deserialize functions to and from immutablejs. Today I stepped in and completed the task in 4 hours. He is a junior dev despite being hired before me, like 10 years ago. Maybe he's a
1
0
1
@evenstensberg
Even Stensberg
11 months
JS 10 years ago was such a vibe. React+Flux+Redux and ImmutableJS. Loved the advocacy’s and logo/lib design. Probably when creating web apps were most fun because of everyone using edge of tree solutions (newest frameworks etc) and sharing good vibes in forums, x and
1
0
0
@autofires_live
Autofires
2 years
@mattpocockuk I wouldn't add anything, because it fragments the ecosystem in a confusing way. Might be better applying effort campaigning for change in the core languages/frameworks or creating true alternatives and see if they fly. We don't need another immutableJS style alternative reality.
0
0
1
@igorhalfeld
Igor ➔ extcontabilidade.com.br
2 years
@bebedaselva Sim kk mas a galera sempre acha que qqr tech nova é revolucionária e nunca existiu, um ex é o react recoil kkk ou mesmo o immutablejs que dps surgiu o immerjs (DEUS É MAIS) que no fim é bullshitagem e aumento de complexidade a troco de nada Dev frontend tem que acabar
0
0
0
@devaskingdotcom
Waneta Montieth
3 years
The issue What is the difference between ImmutableJS Map() and fromJS()? has new answer { {EntryUrl}} #java #html #js #php #python
0
0
0
@GorkaCesium
Gorka Cesium
2 years
@ryyppy like immutableJS?
1
0
0
@moyosoreKelani
Mariam Kelani
1 year
Take a look at this simple illustration on immutableJS let string = 'Hello'; let newString = String.toUpperCase(); console.log(string); // Output: 'Hello' console.log(newString); // Output: 'HELLO' Can you see the difference? Share your answers in the chat box. #ALX_SE
0
0
0
@KrComet
🦋 hyeseong.kim
2 years
@finalchildmc @hrmm_flow 일단 제가 본건 ImmutableJS 라이브러리랑 Clojure의 컬렉션이 Map<V, V>로 Set<V>로 구현합니다. Java(Oracle)은 말씀대로 unit을 넣네요. 제 말은 전자로 하는게 value iteration을 따로 구현해줄 필요가 없어서 더 단순하다는 얘기였습니다. keys, values를 있는 그대로 노출할 수 있죠.
1
0
1
@Dev_Patterns
DevPatterns
6 months
"// Immutable array updates in React: [...oldArray, newItem]; Don't touch that old state! #React #JavaScript #ImmutableJS"
0
0
0
@maticzav
Matic
2 years
anyone know a standard library of collections and common algorithms written in TypeScript? "think lodash + immutablejs"
3
1
0