-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for MSW and Global data fetching (#92)
* Added a plugin for MSW * Updated the sample to use React Router lazy * Too many things * Too many changes * Fixed the tests * Added back authentication * Fixing disconnect button * Route visibility can now also be applied to nested routes * Refactored the host app App.tsx file * Improved console logs * Minor fixes * Renamed useActiveRoute for useMatchingRoute * Remote routes were not working anymore * Replaced router loader by react query * Added a subscription service * Prefixed route and nav items custom props with $ * Updated sample dev & build script to include MSW * Added a telemetry service example * Updated the docs to use the new $ props * Updated the docs * Updated docs * Split the samples into 2 distinct applications * Added tests for useAreModulesReady * Fixed local dev environment for the samples * Fixing MSW for the production build * Renamed "dev-local" to "dev-isolated" * Improved the sample pages * Improve the sample apps * Renamed the hostname for basic sample * Configuring the endpoint sample for Netlify * Updated the docs with the new hosted samples urls * Some new docs * Updated dependencies * More docs * More docs * Updated the getting started host guide * Adapted a few guides * Adapted a few other guides * Fixed broken URLs * Docs fixes * Fixed failing tests * Fix CI script * Fixed LocalModuleRegistrationError name * Code review fixes * Renamed named chunkIds transformer * Few improvements * Update docs/getting-started/learn-the-api.md Co-authored-by: Alexandre Asselin <[email protected]> * Fixing runtime messages * Replaced useAppRouter by AppRouter * FIxing build * Rename useMatchingRoute to useRouteMatch --------- Co-authored-by: Alexandre Asselin <[email protected]>
- Loading branch information
1 parent
8b4243c
commit 86d0885
Showing
320 changed files
with
10,727 additions
and
4,635 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
Oops, something went wrong.