-
Notifications
You must be signed in to change notification settings - Fork 6
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
Persist the Tabs using query parameters #5
Comments
IF you want To contribute I have assigned You the issue, You can Freely contribute to this project |
I will start working on it |
@soummyaanon can you tell me the env variables required for this project There is not |
Just now I have added those env. examples sorry I totally forgot to add env examples |
@soummyaanon no problem I will pull the changes |
Where can I get the below credentials
Are they present in the app write dashboard |
Yes like you have to create two collection in appwrite dashboard one is user and another is notes thats it |
Persist the all notes and Favorites tab in the query parameters
When we are in the
favorite
tab and reload the app then the tab changed to theAll notes
tabI would like to use the query parameters using react-router-dom
We can use the built in hooks to update the url and persist the tabs
The text was updated successfully, but these errors were encountered: