forksociety / AhaEvent

A tech conference discovery platform
https://ahaevent.org
GNU Affero General Public License v3.0
9 stars 5 forks source link

Add Redux store #50

Open PrabhanshuAttri opened 4 years ago

PrabhanshuAttri commented 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.

aniruddhavpatil commented 4 years ago

@PrabhanshuAttri Would redux be overkill? How about using ReactN for the same? Does this repo and this article help to make that decision?