Open PrabhanshuAttri opened 4 years ago
Adding single redux store can be a great improvement for the search feature. Currently onSearch the compete page is reloaded. This can be fixed by redux store.
@PrabhanshuAttri Would redux be overkill? How about using ReactN for the same? Does this repo and this article help to make that decision?
Adding single redux store can be a great improvement for the search feature. Currently onSearch the compete page is reloaded. This can be fixed by redux store.