open-blockchain-explorer / tnbexplorer

Blockchain Explorer for thenewboston cryptocurrency network
4 stars 4 forks source link

Tooling: Setup Redux/Thunk for global state management. https://trell… #9

Closed w3bh4ck closed 3 years ago

w3bh4ck commented 3 years ago

…o.com/c/TvRoWRMU/48-tooling-setup-redux-thunk-for-global-state-management

tomijaga commented 3 years ago

@w3bh4ck What do you think of redux toolkit instead of plain redux so that we can avoid most of the boilerplate.

https://redux.js.org/redux-toolkit/overview

w3bh4ck commented 3 years ago

@w3bh4ck What do you think of redux toolkit instead of plain redux so that we can avoid most of the boilerplate.

https://redux.js.org/redux-toolkit/overview

@w3bh4ck What do you think of redux toolkit instead of plain redux so that we can avoid most of the boilerplate.

https://redux.js.org/redux-toolkit/overview

@tomijaga yea you are right, my thought initially was going with something that any new contributor will be familiar with. But you can still make an update so that we can switch to Redux-toolkit as long as everyone is familiar with it.

tomijaga commented 3 years ago

I merged your previous PR and it created conflicts. Can you fix it please?

tomijaga commented 3 years ago

@tomijaga yea you are right, my thought initially was going with something that any new contributor will be familiar with. But you can still make an update so that we can switch to Redux-toolkit as long as everyone is familiar with it.

@w3bh4ck Are you familiar with it? I have seen it used before and read the documentation but haven't used it in a project myself.

@nishp77 is the other person on the team and he is said he is willing to learn it