Building a new SPA, to use plain ReScript or ReScript with rescript-react?

Hello experienced ReScripters,

I want to learn ReScript by building a SPA, does anyone have experience building one with plain ReScript, or is the better practice to always use ReScript with rescript-react?

Hi @van
Rescript is a language like javascript is a language. React is a library.
It is your choice to use just ReScript or use ReScript along with React library.
you can try using ReScript along with @rescript/react.

3 Likes

it’s fine to use @rescript/react for new projects

3 Likes