lustre-labs / lustre

An Elm-inspired framework for building HTML templates, single page applications, and server-rendered components in Gleam!
https://hexdocs.pm/lustre
MIT License
744 stars 53 forks source link

♻️ Rework examples into something easier for people to read/learn from. #40

Closed hayleigh-dot-dev closed 4 months ago

hayleigh-dot-dev commented 5 months ago

The examples folder in wisp is a great example of examples done right: examples are numbered and increase in complexity. You could read these examples in sequence and get a good idea of how wisp works.

Right now Lustre's example folder mostly serves as an ad-hoc test bed to make sure I haven't broken things in a while. Let's rework them into something other people can benefit from.