cassiozen / useStateMachine

The <1 kb state machine hook for React
MIT License
2.38k stars 47 forks source link

Updated README.md with default import #92

Closed kostasx closed 4 months ago

kostasx commented 5 months ago

Let's help newcomers streamline their way towards their first hello world.

This commit makes it clear that the library exports the hook as a default export in contrast to common React hooks.