Skip to content

v0.71.0

Compare
Choose a tag to compare
@ggoodman ggoodman released this 11 Feb 03:22

Added

  • Added support for picking among first-party create-nostalgie-app templates. With this release, we include javascript and typescript.
  • Added a simple (but fun) Server Function to the default templates. This function demonstrates using the useQueryFunction hook with a Server Function. The hook is configured to keep the initial, server-rendered value for 5s and then cycle every 5s.

Changed

  • Changed default create-nostalgie-app to use the JavaScript template.

Fixed

  • Reverted treating all files as externals for server functions (for now) because that seemed to break the entrypoint resolution.
  • Stopped using the serialized output from @twind/shim/server's shim() function because this was causing browser hydration warnings due to minor changes in whitespace.