Next.js Global App State "Strict" Demo
This package demonstrates "strict" features planned for nextjs-global-app-state
. The implementation in this package is quite bare and the API is not ready. Please use nextjs-global-app-state
instead.
This package is no longer maintained.
This package demonstrates strict features planned for nextjs-global-app-state.
This package demonstrates "strict" features planned for nextjs-global-app-state
. The implementation in this package is quite bare and the API is not ready. Please use nextjs-global-app-state
instead.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
onURLParam
flag that you can enable for your global app state property in order to be able to set its state with a URL query parameter.mounted
and ready
properties on the object returned by useGlobalAppState
that indicate when the site/app has mounted in the client's browser and when it's fully ready to start receiving user input.lang
now sets the HTML document's lang
attribute.contextValue
wouldn't be populated as expected.nextjs-global-app-state
.nextjs-global-app-state
.