-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split reducers into different files, or change state logic #7
Comments
@leftmove I am new in this open-source world but I have a working experience As a Software developer so I want to make a small contribution to your vision can I be capable of doing it? |
Absolutely! Depending on your experience, this issue may be a bit complex and will take a while to understand. Let me know which technologies you are most experienced in, and I can point you in the right direction. |
@leftmove I worked On MERN as well as had experience in Angular. you can checkout my portfolio which gives me brief explanation of me and my work https://shubhamkaushik-portfolio.vercel.app/ |
It seems you are a seasoned React developer; this gives you a couple of options depending on what you want to dip your toes in.
Whatever you choose, please let me know and do not hesitate to ask for help. I'll assign you as soon as possible and give you some tips to start off. Thank you! |
@leftmove I understand your concern but redux is also built on top of content API and I have prophecy in state Management using Context API. and second yeah I Would Love to contribute other 2 tasks |
I would love to work on this task as i have previously worked on redux |
Hey @leftmove , looks like person assigned this issue is not working, i would like to contribute to this issue. Please assign me this issue |
Sorry for the late reply, have at it. |
@leftmove i have done some work regarding this issue how can i test it sorry for the delay |
@mustafa-tola Easiest way to test is to run the front-end with |
@leftmove i have splitted the reducer into 3 different slices. Now i want to push it so that you can check if it is working. how can i do it. i have checked on my side. it is working but i want to cross check with you. |
Currently, wallstreetlocal uses Redux to manage all the complex, global state for different filers. This leads to a couple problems.
Redux settings probably need to be tweaked to implement more best practices.
filerSlice.js
is a big file, and loading it dynamically, if possible, could improve performance.Or maybe the best solution is to abandon Redux altogethor, and adopt a new (or no) state library.
The text was updated successfully, but these errors were encountered: