blob: 9a146520675ce09858a338d1111e47bd0dd76f68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
# Lustre for React developers
In some ways React and Lustre share the same DNA. But in a lot of other ways they
can be quite different! This guide is for React developers who are new to Lustre
and want to get up to speed quickly.
## How do I...?
### Setup a new project
**In React**...
**In Lustre**...
### Render some HTML
**In React**...
**In Lustre**...
### Render some text
**In React**...
**In Lustre**...
### Handle events
**In React**...
**In Lustre**...
### Write a component
**In React**...
**In Lustre**...
### Manage state
**In React**...
**In Lustre**...
### Fetch data
**In React**...
**In Lustre**...
## Where to go next
To walk through setting up a new Lustre project and building your first app, check
out the [quickstart guide](https://hexdocs.pm/lustre/guide/01-quickstart.html).
If you prefer to learn by example, we have a collection of examples that show
off specific features and patterns in Lustre. You can find them in the
[examples directory](https://hexdocs.pm/lustre/reference/examples.html)
If you're having trouble with Lustre or not sure what the right way to do
something is, the best place to get help is the [Gleam Discord server](https://discord.gg/Fm8Pwmy).
You could also open an issue on the [Lustre GitHub repository](https://github.com/lustre-labs/lustre/issues).
|