birdofpreyru / react-utils

ReactJS development kit.
https://dr.pogodin.studio/docs/react-utils/index.html
Other
3 stars 0 forks source link

Re-visit support of code-splitting in server-less apps #354

Closed birdofpreyru closed 3 months ago

birdofpreyru commented 3 months ago

Currently it requires client.setInj(), with a custom client-init code in the host project. It was a hotfix solution. It should be re-considered, and presumably improved. https://github.com/birdofpreyru/react-utils/blob/15a0a030d1863485de8e411b001ab816302d43fb/docs/docs/api/functions/client.md?plain=1#L16-L25


On the second thought, here is the plan:

birdofpreyru commented 3 months ago

Pending update of docs.