-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Render Functions & JSX #63
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @znck ! I've left a few comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @znck! I've left a few nitpicks to consider
src/guide/render-function.md
Outdated
<div> | ||
<h1>My title</h1> | ||
Some text content | ||
<!-- TODO: Add tagline --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: do we still need this TODO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is part of the example taken from the old documentation (displayed as the DOM tree figure).
Co-authored-by: Phan An <[email protected]>
Co-authored-by: Phan An <[email protected]>
Co-authored-by: Natalia Tepluhina <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we're ready to merge now! 💪
@NataliaTepluhina Sorry for being late. But I feel we should introduce more details about |
This PR is a rough draft of a new render function API.
Scope of this PR: