GithubHelp home page GithubHelp logo

ruben-arushanyan / redux-cool Goto Github PK

View Code? Open in Web Editor NEW
25.0 25.0 3.0 1.69 MB

Build redux logic, without getting nervous ๐Ÿ˜ฌ

Home Page: https://redux-cool.js.org

License: MIT License

JavaScript 82.85% CSS 17.15%
action actions-creator handler immer immer-library immutable immutable-updates reducer reducer-functions reducers-creator redux redux-cool redux-logic redux-toolkit

redux-cool's People

Contributors

reactjs-community avatar ruben-arushanyan avatar samomelkonyan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

redux-cool's Issues

Some questions about another one redux tooling library.

Hi! My name is Sergei, I'm 5 year experienced react developer and in my projects I used these libraries:

  • redux
  • redux-toolkit
  • effector

And I found an explain of your motivation to create redux-cool in the documentation:

ReduxToolkit tried to solve these problems but with no result. I think that the creators of ReduxToolkit did not know about the important problems that emerge when we start using Redux in big and complex projects.

Could you describe what you mean? What problems? Why it gives you no result? What important problems? Any examples of complex projects? Would you try to resolve some problems locally in your project?

In our projects with react-toolkit we creating feature directory with store folder containing files:

  • feature.actions.ts
  • feature.reducer.ts
  • feature.types.ts
  • feature.epics.ts
  • feature.selectors.ts

Then we import each one in feature store api initializer:

import * as actions from './feature.actions.ts';
import * as selectors from './feature.selectors.ts';
import * as epics from './feature.epics.ts';
import { reducer } from './feature.reducer.ts';
export * from './feature.types.ts';

export const featureApi = {
  reducer,
  selectors,
  actions,
  epics,
}

And we got something like that:
image

And what's about typescript? I don't see any information about typescript support.
In any case you need to explain problems that you resolved, what you get and what you lost. Now it looks like you didn't understand how to cook apps with redux-toolkit, nothing personal.

I really wish you can make something that will be better than redux-toolkit, but now it is not so.

Regards, Sergei.

2.0.0

  • update actions-creator lib
  • logo improvement
  • docs website update
  • new docs content

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.