ReasonReact equivalent of elm-spa-example

reasonreact

#1

Hi,

I’m new to ReasonML and wondered if there was a project similar to elm-spa-example showing best-practice in how to structure single page apps using ReasonReact?

If not, are there other resources which explain approaches to structuring medium to large applications?

Thanks,

Michael


#2

Hi, there are some example projects which show how to structure code: https://reasonml.github.io/reason-react/docs/en/example-projects


#3

Thank you for the link.

It turns out that there is a ReasonML version of the same RealWorld example app, here.