GithubHelp home page GithubHelp logo

any downside? about redux-fly HOT 3 OPEN

mrefrem avatar mrefrem commented on July 16, 2024
any downside?

from redux-fly.

Comments (3)

MrEfrem avatar MrEfrem commented on July 16, 2024

Hi. I don't used it in real projects. Now I very busy and haven't a time to work on it.

from redux-fly.

qbolec avatar qbolec commented on July 16, 2024

Hi!
I'm learning Redux, and spent last week searching for a solution which would make writing reusable components, which depend on each other, etc.
I've found your project through https://github.com/slorber/scalable-frontend-with-elm-or-redux/tree/master/redux-fly-mrefrem/src which seems to be one of the simplest implementations in that repo. Way simpler than a 7-files long implementation of a boolean switch https://github.com/slorber/scalable-frontend-with-elm-or-redux/tree/master/redux-saga-jaysoo/src/theButton at least :D
I like the idea of keeping all the stuff in one file.
And the idea of keeping all the state in one place.
And the idea of having otherwise stateless components, that is jsx expressed as a function of the single source of truth (I still don't understand how people can be so calm when using React's this.state and this.instanceProperties https://stackoverflow.com/questions/45060233/in-what-situations-react-creates-a-new-instance-of-a-component. And I have even more problems comprehending how people deal with having a separate redux state on top of that).

from redux-fly.

MrEfrem avatar MrEfrem commented on July 16, 2024

@qbolec you should to learn official docs: https://facebook.github.io/react/tutorial/tutorial.html, https://facebook.github.io/react/docs/lifting-state-up.html.
I use mix React state with Redux state. React state in branches of components and Redux for separation of data between branches, iframes.

from redux-fly.

Related Issues (2)

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.