Skip to content

Releases: asynts/react-mini

Version 0.2.0

18 Nov 17:43
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Features

  • Use JSX to simplify the syntax.

Version 0.1.0

17 Nov 15:29
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

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.