scoville / rescript-hook-form

ReScript bindings for the react-hook-form library
2 stars 2 forks source link

Update dependencies and use Vite #13

Closed gaku-sei closed 3 years ago

gaku-sei commented 3 years ago

Vite is, well, fast and it's really a breeze to start the example now!

Notice that the yarn build command is hardly necessary now as yarn example starts a compiler in parallel.

Also, I use mjs instead of js for the compiled extensions internally but it should have no impact for the projects.