Open leftmove opened 8 months ago
@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.
@shubham9069
@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/
@shubham9069
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
@mustafa-tola @aadarsh10c
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 npm run dev
and make sure all the components are working.
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.