vaadin / skeleton-starter-hilla-react-gradle

The Unlicense
1 stars 2 forks source link

feat: replace useState with useSignal #38

Closed taefi closed 3 months ago

taefi commented 8 months ago

Description

This replaces the usage of useState with useSignal.

taefi commented 8 months ago

~~Blocked by Hilla 24.4.0.alpha6 release to have basic signals exported under @vaadin/hilla-react-signals. After the release, the import in the MainView.tsx and the dependencies in the package[-lock].json files should be update to @vaadin/hilla-react-signals.~~

Vaadin 24.4.0.alpha7 is out and the changes are done.