Skip to content

Releases: formspree/statickit-react

Beta 7

24 Sep 16:33

Choose a tag to compare

  • Use useRef internally to store the StaticKit client

Beta 6

24 Sep 04:36

Choose a tag to compare

  • Fixes bug in form component teardown

Beta 5

24 Sep 04:11

Choose a tag to compare

  • Update core to fix window issue in server-side rendering

Beta 4

24 Sep 02:45

Choose a tag to compare

  • Update StaticKit Core
  • Teardown the client when form components are unmounted

Beta 2

30 Jul 15:04

Choose a tag to compare

Renamed the UMD global export from statickit-react to StaticKitReact

Beta 1

26 Jul 19:59

Choose a tag to compare

Wrap state variables up in a state object in the return value for useForm:

const [state, submit] = useForm('xyz');

Beta 0

26 Jul 14:40
531f00c

Choose a tag to compare

Initial release