Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

# Rendering #28

Open
5 of 7 tasks
noramass opened this issue Jul 1, 2019 · 0 comments
Open
5 of 7 tasks

# Rendering #28

noramass opened this issue Jul 1, 2019 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@noramass
Copy link
Member

noramass commented Jul 1, 2019

Create methods for converting jsx into templates and rendering templates and template attributes.
Allow for References and Keys for element lists.
Allow for Element Reuse instead of complete rerendering

  • h method should return a template
  • Templates should be createable, creating HTML Elements when necessary
  • Templates should be able to update existing elements as to fit the internal layout.
  • Templates should attach and detach event handlers as necessary
  • Templates should insert and remove list elements only when necessary and never replace the value of a key attribute.
  • Templates should assign references to the component reference lookup table
  • Templates should be renderable onto any target or just as is into a vdom node
@noramass noramass self-assigned this Jul 1, 2019
@noramass noramass added the Enhancement New feature or request label Jul 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant