aboutsummaryrefslogtreecommitdiff
path: root/pages/guide
Commit message (Collapse)AuthorAge
* :heavy_plus_sign: Update examples to work with latest lustre_dev_tools release.Hayleigh Thompson2024-04-16
|
* 🔀 Write a guide on server-side rendering. (#103)Hayleigh Thompson2024-04-05
| | | | | | | | | | | | | | | * :memo: Fix typos in state management guide. * :memo: Begin writing ssr guide. * :memo: Rename discard init arg to '_flags' in all examples. * :memo: Show simple static HTML rendering example. * :memo: Expand hydration section. * :memo: Finish ssr guide. * :wrench: Add ssr guide to built docs pages.
* :memo: Fix typos in state management guide.Hayleigh Thompson2024-04-04
|
* :memo: Fix some typos. (#97)Giacomo Cavalieri2024-04-02
|
* 🔀 Create a guide on using and creating side effects. (#93)Hayleigh Thompson2024-03-31
| | | | | | | | | * :memo: Explain why managed effects are useful. * :memo: Write a short explainer on pure functions. * :memo: Finish side effects guide. * :wrench: Add side effects guide to generated pages.
* 🔀 Fix typos in State Management guide. (#80)Jeroen Engels2024-03-28
|
* :memo: Expand state management guide to touch on the 'Subject Verb Object' ↵Hayleigh Thompson2024-03-27
| | | | naming convention.
* :memo: Fix links.Hayleigh Thompson2024-03-24
|
* 🔀 Fix a few typos in state management guide. (#66)Alex Houseago2024-03-18
|
* :recycle: Rename '--include-styles' flag to '--use-lustre-ui' for clarity.Hayleigh Thompson2024-03-17
|
* :construction: Scaffold side effects guide.Hayleigh Thompson2024-03-17
|
* 🔀 Fix quickstart typos. (#54)Dmitry Matveyev2024-03-13
| | | | | * lustre.Element(Msg) -> element.Element(Msg) * quickstart: fix image link in the final example
* 🔀 Fix some imports and names in quickstart guide. (#53)MystPi2024-03-12
| | | | | * ✏️ Fix usages of `lustre.Element` and `event.click` * 🩹 Fix import list
* :memo: Add a note explaining that a record isn't the only way!Hayleigh Thompson2024-03-08
|
* :memo: Note that documentation is written for v4 not v3.Hayleigh Thompson2024-03-08
|
* :memo: Expand state management guide.Hayleigh Thompson2024-03-08
|
* :construction: Expand 'view functions not components' bullet points.Hayleigh Thompson2024-03-01
|
* :construction: Begin writing a state management guide.Hayleigh Thompson2024-02-28
|
* :memo: Make links to other pages relative not absolute.Hayleigh Thompson2024-02-28
|
* :memo Move docs bages into pages/ dir.Hayleigh Thompson2024-02-26