· frontend,react

Nice new features:

⚙ Now there is a COMPILER that boosts performance.

🎬 Actions can be run on the server or client-side:

〈form action={search}〉

〈input name="query" /〉

〈button type="submit"〉Search〈/button〉

〈/form〉

🎣 There are new hooks

- useFormStatus

- useFormState

- use(Promise)

- use(Context)