aboutsummaryrefslogtreecommitdiff
path: root/pages
Commit message (Collapse)AuthorAge
* Remove a paragraph referencing a non-existent guide (#121)Brett Cannon2024-06-25
| | | The paragraph will make sense once #92 is done.
* :memo: Add note about pinning gleam_json to install lustre_dev_tools.Hayleigh Thompson2024-06-16
|
* :memo: Link to some additional resources.Hayleigh Thompson2024-06-14
|
* :memo: Add a hint on the difference between attributes and properties.Hayleigh Thompson2024-06-14
|
* :memo: Formatting tweaks.Hayleigh Thompson2024-06-14
|
* :memo: Add note about inotify-tools for linux users of lustre_dev_tools.Hayleigh Thompson2024-05-30
|
* 🔀 Quick typo fix, (#127)Mike Fitzgerald2024-05-14
|
* 🔀 Create cheatsheet for LiveView devs (#123)Sanne2024-04-28
|
* 🔀 Create Lustre for Elm developers cheatsheet. (#122)John Pavlick2024-04-27
| | | | | * 88/create-a-cheatsheet-for-elm-developers: elm cheatsheet, finally * 88/create-a-cheatsheet-for-elm-developers: whoops, didn't mean to update this
* 🔀 Fix a spelling mistake in 04-server-side-rendering.md (#120)Brett Cannon2024-04-27
|
* 🔀 Fix the capitalization of "HTML" in 04-server-side-rendering.md (#119)Brett Cannon2024-04-27
|
* 🔀 Fix a name typo in 03-side-effects.md (#117)Brett Cannon2024-04-26
|
* 🔀 Fix a syntax error in an example in 03-side-effects.md (#116)Brett Cannon2024-04-26
|
* 🔀 Rename `GotCat` to `ApiReturnedCat` (#111)Fabien Boucher2024-04-24
|
* 🔀 Fix missing imports in code snippet. (#109)Guillaume Hivert2024-04-21
|
* :memo: Fix broken docs links.Hayleigh Thompson2024-04-16
|
* :heavy_plus_sign: Update examples to work with latest lustre_dev_tools release.Hayleigh Thompson2024-04-16
|
* :memo: Begin react cheatsheet.Hayleigh Thompson2024-04-06
|
* :memo: Add routing guide to examples overview pages.Hayleigh Thompson2024-04-06
|
* :construction: Scaffold out what a cheatsheet might look like.Hayleigh Thompson2024-04-05
|
* 🔀 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.
* 🔀 Refactor vdom and add support for keyed vnodes. (#83)Hayleigh Thompson2024-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :truck: Keep around old vdom implementation for reference. * :sparkles: Add a keyed vdom node. * :alembic: Experiment with a different approach for handling component children. * :construction: Here be scary works in progress. * :sparkles: Implement keyed node diffing. * :recycle: Don't use deprecated 'isOk' checks. * :recycle: Remove separate Keyed node and add 'key' field to Element node. * :sparkles: Add support for server components into new vdom. * :bug: Fix broken build script. * :recycle: Don't emit data-lustre-key attributes for server component patches. * :package: Generate server component runtime. * :bug: Fixed a bug where server component keys were ambiguous when double digit. * :package: Generate server component runtime. * :recycle: Refactor 'keyed' element to force all children of a node to be keyed. * :memo: Consistently format '**Note**:'. * :bug: Fixed bug with falsey className/style/innerHTML attributes. * :bug: Fixed a bug not handling undefined 'prev' nodes correctly. * :package: Generate server component runtime.
* 🔀 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: Add a directory page to showcase the examples in the docs.Hayleigh Thompson2024-03-27
|
* :memo: Fix links.Hayleigh Thompson2024-03-24
|
* 🔀 Fix a few typos in state management guide. (#66)Alex Houseago2024-03-18
|
* :memo: Add CLI reference for --spa and --html flags.Hayleigh Thompson2024-03-17
|
* :recycle: Rename '--include-styles' flag to '--use-lustre-ui' for clarity.Hayleigh Thompson2024-03-17
|
* :construction: Scaffold side effects guide.Hayleigh Thompson2024-03-17
|
* :memo: Write reference docs for the CLI.Hayleigh Thompson2024-03-14
|
* 🔀 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