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

further Improve parsing, rendering and build speed #33

Closed
ECorreia45 opened this issue Aug 24, 2021 · 0 comments · Fixed by #35
Closed

further Improve parsing, rendering and build speed #33

ECorreia45 opened this issue Aug 24, 2021 · 0 comments · Fixed by #35
Assignees
Labels
high priority high priority task new feature new feature added

Comments

@ECorreia45
Copy link
Contributor

the rendering and parsing although fast enough, may benefit from some improvements especially when building.

Ideally, it would be great to have a

  • better parser tailored for the type of HTML been written instead of using an HTML parser and then change the output before render
  • decoupled render from parsing so the two can be better managed
  • faster live rendering since it is just parsing string and SSR
  • fast builder, especially when building templates per data list

a custom parser and renderer can also be used on the client-side for web components

@ECorreia45 ECorreia45 added high priority high priority task new feature new feature added labels Aug 24, 2021
@ECorreia45 ECorreia45 self-assigned this Aug 24, 2021
@ECorreia45 ECorreia45 linked a pull request Aug 28, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority high priority task new feature new feature added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant