Skip to content
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

Use recoil as a store #102

Closed
mjamry opened this issue Dec 27, 2021 · 0 comments · Fixed by #118
Closed

Use recoil as a store #102

mjamry opened this issue Dec 27, 2021 · 0 comments · Fixed by #118
Labels
dependencies Pull requests that update a dependency file frontend high priority refactor code base changes

Comments

@mjamry
Copy link
Owner

mjamry commented Dec 27, 2021

Application should use Recoil as a state manager instead of using React context for dynamic/large data.
For now, it uses context almost everywhere to store state. Which is not good, as even a small state change enforce rerender of most of the components.

https://recoiljs.org/

@mjamry mjamry added frontend refactor code base changes high priority dependencies Pull requests that update a dependency file labels Dec 27, 2021
@mjamry mjamry added this to To do in plan-your-trip via automation Dec 27, 2021
@mjamry mjamry removed this from To do in plan-your-trip Jan 19, 2022
mjamry added a commit that referenced this issue Feb 16, 2022
mjamry added a commit that referenced this issue Feb 16, 2022
mjamry added a commit that referenced this issue Feb 16, 2022
mjamry added a commit that referenced this issue Feb 17, 2022
mjamry added a commit that referenced this issue Feb 17, 2022
mjamry added a commit that referenced this issue Feb 17, 2022
mjamry added a commit that referenced this issue Feb 18, 2022
mjamry added a commit that referenced this issue Feb 18, 2022
mjamry added a commit that referenced this issue Feb 18, 2022
mjamry added a commit that referenced this issue Feb 18, 2022
@mjamry mjamry closed this as completed Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file frontend high priority refactor code base changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant