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

Support JSX and Slots #73

Merged
merged 15 commits into from Jun 20, 2018
Merged

Support JSX and Slots #73

merged 15 commits into from Jun 20, 2018

Conversation

brianmhunt
Copy link
Member

Re #66

@brianmhunt
Copy link
Member Author

Cross-linking cssinjs/jss#728

This is not intended to be especially performant, and there are a number of key benefits we could add (e.g. ensuring we don’t clobber data between observable updates).

Note a few clean-ups to templating behavior, where JSX templating would eventually go.
Note that we need commonjs transformer to import, at least until they have esm support.
We’re waiting on ESM support in jss to avoid a number of build issues with rollup and karma.  See cssinjs/jss#733
@brianmhunt brianmhunt changed the title Include jss by default in Components base class Support JSX and Slots Jun 20, 2018
@brianmhunt
Copy link
Member Author

Note that this was supposed to include jss support too, however the cssinjs/jss library was causing all sorts of build & karma problems.

Until a jss library is available in esm or otherwise, we'll put the jss part off. In the mean time, it's simple to include in a custom component.

@brianmhunt brianmhunt merged commit 88d79b3 into master Jun 20, 2018
@brianmhunt brianmhunt deleted the jss branch June 20, 2018 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant