1 messages · Page 1 of 1 (latest)
If you create a new Remix app using the CLI there’s an option to get an app with Remix and Express
Remix how to use useState
useState, works in remix?
Remix uses React, so all react stuff works
You can use hooks in all your functional components - can't be used in loaders/actions
I have this:
but in browser, i view this:
the setState is working properly