-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gatsby #243
Comments
Hi! ILC + React examples:
single-spa + React integration (ILC uses single-spa at client side): https://single-spa.js.org/docs/ecosystem-react Also keep in mind that ILC is framework agnostic, so if your app implements required interface - it will work. |
In theory I agree this should work, I am having some trouble with gatsby though due to the way it generates files. It seems to essentially do server side rending, but statically at "compile" time to output the generated screens. Not 100% sure how we'd go about loading the gatsby screens into ilc. |
I would try to write a simple node.js proxy which implements ILC <-> app server side interface and "adapts" static files that were generated by Gatsby to ILC. Honestly speaking we never tried to pair ILC with static website generator as we mostly target "classic" SSR apps with node.js server. If you're really interested in this - we can schedule a call to discuss possible approaches to integration. |
Would it be possible to render a Gatsby app via ILC?
The text was updated successfully, but these errors were encountered: