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

Defunctorize Brisk_reconciler #46

Merged
merged 11 commits into from
Oct 29, 2019
Merged

Defunctorize Brisk_reconciler #46

merged 11 commits into from
Oct 29, 2019

Conversation

wokalski
Copy link
Member

@wokalski wokalski commented Oct 26, 2019

Fixes #30
Fixes #29

This enables more precise control over the types of children. For
example, it's possible to encode in the type system that <ul> only
accepts <li> children.

cc @jchavarri I figured you might be interested in using this + tyxml for reactivity + static HTML output. Better Gatsby or something :)

This enables more precise control over the types of children. For
example, it's possible to encode in the type system that <ul> only
accepts <li> children.
@ulrikstrid
Copy link
Collaborator

If anyone wants to join forces on a tyxml-based react I would love to get something going.

@wokalski wokalski merged commit 0a2e476 into master Oct 29, 2019
@wokalski wokalski deleted the defunctorize branch October 29, 2019 20:14
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.

Add API for nesting reconcilers Consider cases where the root node is a different type than the children.
2 participants