All Questions
2 questions
0
votes
1
answer
533
views
Remix Submit Object
What's the right way of submitting object in remix using useSubmit()?
Do i need to JSON.stringify() it first? Then JSON.parse() it in the action?
My code below is working but not sure if its the best ...
0
votes
1
answer
430
views
How to add a class to the body that will change depending on the page in the remix?
The body is located in the root.jsx, where I want to give it a parameter as class that will change depending on the page. In the route on each of the pages I want to assign values, for example the ...