> To access the JavaScript ecosystem we need to add NodeJS to our project.
Both the header and this first sentence imply that this is an optional add-on, not a dependency.
I can also speak from experience and tell you that there is no dependency on react. I've played around with IHP and in its default form the stack resembles Rails: Haskell renders HTML with forms, which submit data to the Haskell server via POST. No JavaScript required at all, much less React.
> Todo List App
> Adding React to your IHP project
The first sentence of that section:
> To access the JavaScript ecosystem we need to add NodeJS to our project.
Both the header and this first sentence imply that this is an optional add-on, not a dependency.
I can also speak from experience and tell you that there is no dependency on react. I've played around with IHP and in its default form the stack resembles Rails: Haskell renders HTML with forms, which submit data to the Haskell server via POST. No JavaScript required at all, much less React.