Releases: asynts/react-mini
Releases · asynts/react-mini
Version 0.2.0
Features
- Use JSX to simplify the syntax.
Version 0.1.0
Adding support for all basic React features.
Features
-
Conditionally rendered elements.
-
State with
useState
. -
Event handlers with
$
prefixed properties. -
Lists of elements with
map()
. -
Keeping focus in
<input />
fields when updating. -
Components that can be nested.