We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Continuing the work from #2074, this issue focuses on migrating the entire application to React Query for improved management of server-client state.
Each issue should include comprehensive documentation that covers the following:
Country Layout
<CountryIdLayout />
/
/about
/jobs
/testimonials
/calculator
/simulations
/research
/research/:postName
/donate
/privacy
/terms
/profile
/profile/:user_id
/api
/blog/:postName
Additional Routes
/uk/cec
/uk/2024-manifestos
/:countryId/api_status
/us/trafwa-ctc-calculator
/us/state-eitcs-ctcs
/us/child-tax-credit-2024-election-calculator
/us/2024-election-calculator
If you need more information or clarification, please feel free to ask!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
React Query Migration
Continuing the work from #2074, this issue focuses on migrating the entire application to React Query for improved management of server-client state.
How to Participate
Documentation Requirements
Each issue should include comprehensive documentation that covers the following:
Migration Tasks
Country Layout
<CountryIdLayout />
and its child routes:/
/about
/jobs
/testimonials
/calculator
/simulations
/research
/research/:postName
/donate
/privacy
/terms
/profile
/profile/:user_id
/api
/blog/:postName
(redirection)Additional Routes
/uk/cec
/uk/2024-manifestos
/:countryId/api_status
/us/trafwa-ctc-calculator
/us/state-eitcs-ctcs
/us/child-tax-credit-2024-election-calculator
/us/2024-election-calculator
If you need more information or clarification, please feel free to ask!
The text was updated successfully, but these errors were encountered: