Skip to main content

All 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 ...
Joseph's user avatar
  • 7,805
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 ...
Viktoria Tarasova's user avatar