Giter Site home page Giter Site logo

Thoughts on ImmutableJs about arc HOT 5 CLOSED

diegohaz avatar diegohaz commented on April 30, 2024
Thoughts on ImmutableJs

from arc.

Comments (5)

diegohaz avatar diegohaz commented on April 30, 2024

I'm very interested in ImmutableJs, although I've never implemented it on any project. It hadn't been an actual need.

My problem in adding it to the boilerplate is to force people to learn another library, which they might not need, just to use the boilerplate (for instance, I think redux-saga is already heavy stuff).

On the other hand, I would love to see a section in the README with instructions on how to implement ImmutableJS or even a fork or another branch with ImmutableJS implemented.

from arc.

zentuit avatar zentuit commented on April 30, 2024

I'm sure Immutable is a good library however it comes at a cost - Immutable objects are not plain javascript objects so there are issues with interoperability where you have to remember to call toJS when using something that expects plain vanilla javascript objects.

I've used it and didn't like it.

For our latest project, we're using timm which are just immutable functions to use for vanilla javascript objects. That's worked pretty well.

from arc.

jeremyadavis avatar jeremyadavis commented on April 30, 2024

I've done a couple projects with Immutable and I'm still unsure if I'd recommend it. It took longer to get used to than initially expected, mainly because plain objects are so familiar so I'm constantly using dot-notation instead .get('prop') and hitting runtime errors.

The official docs are also pretty awful for getting real examples of how to use the methods.

On the positive side, I'm sure it has help prevent some work with my reducers where I occasionally will accidentally mutate state arrays.

Plus, the main positive is the performance gain with the ShouldComponentUpdate lifecycle method or React.PureComponent

from arc.

advance512 avatar advance512 commented on April 30, 2024

Interesting conclusions regarding Immutable.js:
https://medium.com/@AlexFaunt/immutablejs-worth-the-price-66391b8742d4#.6iax77iwb

from arc.

jeremyadavis avatar jeremyadavis commented on April 30, 2024

@advance512 Thanks for sharing. I feel like I'm agreeing more and more with the author.

from arc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.