-
Notifications
You must be signed in to change notification settings - Fork 2
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
Technical Discovery #56
Comments
Update - started 6/11, likely to lean towards Stencil |
Progress update: Was able to recreate I've built a stateful component on the litJs playground and that was pretty easy, but haven't been able to do the same for Stencil because of export issues I'll describe below (or rather, I was able to build the React component but can't verify it without exporting). Have been having trouble getting both projects to properly export as React components. Spencer helped me figure out an export issue yesterday with Stencil but it is now looking like I'll have to restructure that repo to match the expected structure that's apparently extremely recommended for React exporting. I've been getting pulled away for more time-sensitive work but I'll be working on this primarily the rest of the week. If I can get Stencil to export to React well then I can hopefully build the other components fairly quickly |
Progress update: Still having a really difficult time getting the export to work right. I'm pushing my changes to the |
Anne's convo with Lizzy: NPM setup:
Stencil technical output:
Basic components to build:
|
The text was updated successfully, but these errors were encountered: