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
Thanks for your comment @jkone27! In principle Fable.Lit components should be able to integrate with Astro as they're just LitElements under the hood. Though looking at the documentation you linked, it seems you need direct access to the class implementing the render function, and currently Fable.Lit LitElement attribute creates (and hides) a class expression on the fly to wrap the render function. So we may need a work around for that.
I haven't played with Astro yet, but it looks promising and I'm always happy to help integrate Fable with any interesting framework. If you just want to play with it and Fable, maybe for now you can just use the react integration using Feliz. I think something like this should work:
would fable lit produce google lit components and be able to integrate with astro somehow?
https://docs.astro.build/en/guides/integrations-guide/lit/
as i suspect that might become quite a dominant framework soon? or would it be possible to already integrate today? :) cheers..
what do you think about this framework for frameworks :)?
The text was updated successfully, but these errors were encountered: