Giter Site home page Giter Site logo

Use Redux about flummox HOT 6 CLOSED

swordsreversed avatar swordsreversed commented on June 2, 2024
Use Redux

from flummox.

Comments (6)

anatoliyarkhipov avatar anatoliyarkhipov commented on June 2, 2024

Why?

from flummox.

kswope avatar kswope commented on June 2, 2024

I'm going back to vanilla flux until this bloodbath is over.

from flummox.

swordsreversed avatar swordsreversed commented on June 2, 2024

You might be on to something @kswope. Ive spent a day and a half trying to decide on an implementation and still haven't decided. The churn is utterly useless if you are actually trying to build something.

from flummox.

acdlite avatar acdlite commented on June 2, 2024

I'm not jumping ship for Redux because it's slightly better. I'm switching because it's a significant leap over classical Flux. I do understand everyone's frustration but the flip-side of churn is things marginally improve and then grind to a halt. I'd rather move on to the next great thing.

That being said, if someone wants to take over maintaining Flummox I'll happily oblige.

from flummox.

kswope avatar kswope commented on June 2, 2024

I took the bait and tried redux for a couple days. Seemed 'functional' for no other reason but to be functional. If a lib is going to be about 'state', I don't want it to shy away from it. I'm trying out https://github.com/omniscientjs/omniscient now. If it lives up to its claims, then thats a significant leap.

from flummox.

gaearon avatar gaearon commented on June 2, 2024

Seemed 'functional' for no other reason but to be functional.

Sorry, this just doesn't compute to me.
Redux is functional because

  • functions are the simplest building block in JS
  • it lets hot reloading work in development
  • it allows to build very powerful developer tools around it

You may not be very impressed today, but at its core the way Redux is built allows for very powerful developer features that you won't find in any other Flux library because of their non-functional design. I'll be releasing some of the tools I'm hinting at after my ReactEurope talk.

That said, Omniscient is great and I hope you find it better suiting your taste!

from flummox.

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.