Skip to content
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

Migrate greenwood jsx #1

Merged
merged 20 commits into from
Aug 27, 2022
Merged

Migrate greenwood jsx #1

merged 20 commits into from
Aug 27, 2022

Conversation

thescientist13
Copy link
Owner

@thescientist13 thescientist13 commented Aug 13, 2022

Related Issue

N / A

Updating this project to demonstrate Greenwood + WCC + JSX

Summary of Changes

  1. Build on top of Migrate Greenwood and Lit 2 ProjectEvergreen/todo-app#28 to be based on Greenwood + WCC / JSX

TODO

  1. Feature Parity
  2. Build on Vercel
  3. Rebase after - Migrate Greenwood and Lit 2 ProjectEvergreen/todo-app#28
  4. Update README
  5. Track / link all code TODOs against Upstream tracking TODOs - WCC <> JSX Enhancements Tracking #2
    • good first issue candidate: flesh out remaining test cases

Upstream Tracking

  1. JSX does not support <style> tag, so how to best do CSS in its absence if still wanting colocation for styles? - CSS solutions and support ProjectEvergreen/wcc#33
  2. auto render a JSX component? Instead of having to do - Coarse Grained (Inferred) Observability for JSX ProjectEvergreen/wcc#87
    connectedCallback() {
      this.render();
    }
  3. So I don't need a rollup plugin for this? Wonder why it was needed for TypeScript (which I copy / pasted for this one). Related to Rollup plugin is a leaky abstraction ProjectEvergreen/greenwood#550. Maybe I fixed it?
  4. Create a WCC JSX plugin for Greenwood and / or wait for latest version of wc-compiler instead of override - Create a plugin for import JSX plugin (using WCC) ProjectEvergreen/greenwood#972

@thescientist13 thescientist13 added the enhancement New feature or request label Aug 13, 2022
@thescientist13 thescientist13 self-assigned this Aug 13, 2022
@vercel
Copy link

vercel bot commented Aug 27, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
todo-app ✅ Ready (Inspect) Visit Preview Aug 27, 2022 at 0:57AM (UTC)

@thescientist13 thescientist13 deleted the migrate-greenwood-jsx branch August 27, 2022 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant