carlzoo / scalperr-ui

Frontend for Scalperr
https://scalperr-ui.netlify.com/
MIT License
1 stars 6 forks source link

Use React_Redux in project #32

Open SalimehHabibi opened 5 years ago

SalimehHabibi commented 5 years ago

Add redux and react-redux to the project. and now the result of fetch save in the store.

SalimehHabibi commented 5 years ago

Hi. Please check my work and feel free to ask any questions. :) (It still doesn't work for searching. I can handle this. )

carlzoo commented 5 years ago

Hi @saliban Can you use hooks instead of props to be consistent with the project? It might be easier to wait for the other feature to merged in first.

carlzoo commented 5 years ago

You may need to resync your branch with master.

SalimehHabibi commented 5 years ago

Hi @saliban Can you use hooks instead of props to be consistent with the project? It might be easier to wait for the other feature to merged in first.

Hi. I'll work on it.