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

Split render code from component tree #5

Open
fennifith opened this issue Jan 30, 2020 · 0 comments
Open

Split render code from component tree #5

fennifith opened this issue Jan 30, 2020 · 0 comments

Comments

@fennifith
Copy link
Owner

It'd be good to separate functionality and make the components strictly act as a data structure that can be accessed by the actual "renderer" that transforms it into HTML and places it on the page. This would also make .render and .renderString bit less obscure - they could act as implementations of the same core interface, rather than two separate functions with the same purpose.

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

No branches or pull requests

1 participant