darklang / rescript-tea

The Elm Architecture for Rescript
Other
119 stars 9 forks source link

Real world example #55

Open celsobonutti opened 2 years ago

celsobonutti commented 2 years ago

Having starter kits are important and nice, but it'd be great to have a real world example. Maybe porting elm-spa-example would be a good choice?

I can work on that, but help would be appreciated 👀

pbiggar commented 2 years ago

Looking through the elm example, it seems to be a good way of implementing the app. It uses components well as well. I think this would be a great example app.

You might try using philip2 and rescript convert to help port it over. I expect it wouldn't directly work, but it might help you avoid the repetitive syntax changes.