Notifications
Clear all
Build a Stock Prediction Portal – Django, React & Machine Learning
1
Posts
2
Users
0
Reactions
49
Views
0
22/05/2025 7:17 pm
Topic starter
To make application more SEO friendly, sharable, searcheable i want to use sort and filter url on react server. I have build this feature in backend in my own app, when i use sort and filter on http://127.0.0.1:8000/ this port it work fine but i want to use sort and filter on http://localhost:5173/ this port.
Eg. http://localhost:5173/books/?category=1&sort=newest
How can i do like this?
This topic was modified 1 month ago by Rohan Ekke
1 Answer