You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the code specifically for server-side is contained in the context injected on server side, and so not included in the main bundle.
However, could do a bit better in terms of minimizing the client-side bundle by producing both browser and server builds and using the relevant one using the browser key in package.json - like axios does.
In case that doesn't work for some users, could also allow browser and server builds to be imported directly from:
react-lazy-data/browser
react-lazy-data/node
react-lazy-data/es/browser
react-lazy-data/es/node
The text was updated successfully, but these errors were encountered:
Most of the code specifically for server-side is contained in the context injected on server side, and so not included in the main bundle.
However, could do a bit better in terms of minimizing the client-side bundle by producing both browser and server builds and using the relevant one using the
browser
key inpackage.json
- like axios does.In case that doesn't work for some users, could also allow browser and server builds to be imported directly from:
react-lazy-data/browser
react-lazy-data/node
react-lazy-data/es/browser
react-lazy-data/es/node
The text was updated successfully, but these errors were encountered: