0.1.0 • Published 3 years ago

@rhea.ts/core v0.1.0

Weekly downloads
91
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

rhea

the micro rendering framework

Roadmap

  • fix package type definition exports
  • some way to use CSS contrib
    • maybe use <template> for scoping
    • shadow dom?
  • easy interface for use as PWAs contrib
  • mixins/extensions for various internal events core
  • tests core
    • large amounts of props
    • large amounts of component children
      • this is to test whether calling the Component-implementing function on every event/state change is a viable idea
  • easy method to run most code off-thread using web workers contrib
  • better event delegation (for bound <a> elements and others)
  • transition to deno-based package rather than npm
  • event delegation by default
  • render() configuration API
    • prerender option, to load routes immediately rather than as needed (2)
      • only literal URLs can be pre-rendered, rather than multiple regex matches
    • LRU cache for already-loaded routes (3)
    • for LRU and prerender, add some mechanism to override cache
0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3-canary-5

3 years ago

0.0.3-canary-6

3 years ago

0.0.3-canary-3

3 years ago

0.0.3-canary-4

3 years ago

0.0.3-canary-2

3 years ago

0.0.3-canary

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago