DevExtreme icon indicating copy to clipboard operation
DevExtreme copied to clipboard

Spike - rendering on observables

Open pomahtri opened this issue 1 year ago • 0 comments

  • [ ] check for memory leaks
    • [ ] implement unmount hook
    • [ ] return subscriptions on render
  • [ ] use more beautiful syntax
    • [x] jquery-like
    • [ ] jsx
  • [ ] nodes
    • [x] text
    • [x] html tag
      • [ ] proper events assigning
        • [ ] events hoisting
      • [ ] create utility for classlist
    • [ ] array
      • [x] basic render
      • [ ] optimized render update using keys
    • [x] conditional rendering
    • [ ] context
    • [x] component
      • [x] new
        • [ ] ref
      • [x] widget (old)
        • [ ] ref
  • [ ] add DI to add ability to mock element and test markup in jest

pomahtri avatar Feb 18 '24 20:02 pomahtri