Skip to content

Conversation

koenvo
Copy link

@koenvo koenvo commented Apr 3, 2025

This PR adds the possibility to use a function as inital value for use_state. This is in line with how React works: https://react.dev/reference/react/useState#usestate

When it's costly to calculate the initial value you don't want to rerun it every time the component is rerendered. Therefore, we need to only calculate it once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant