generated from chiffre-io/template-library
-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Single app/pages implementation
After some tests, it turns out the implementation relying on the next router works in both pages and app directories, with the usual SSR/hydration caveats of the pages router. - Add demos - Export individual parsers and deprecate the queryTypes object - Allow hook-level and setState-level options overrides - Add subscribeToQueryUpdates hook for easier component testing - Add options to the parsers builder pattern
- Loading branch information
Showing
30 changed files
with
814 additions
and
896 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// @ts-check | ||
|
||
/** | ||
* @type {import('next').NextConfig} | ||
*/ | ||
const config = { | ||
// basePath: '/basePath' | ||
} | ||
|
||
export default config |
Oops, something went wrong.