@rhea.ts/core
v0.1.0
Published
the micro rendering framework
Downloads
28
Readme
rhea
the micro rendering framework
Roadmap
- fix package type definition exports
- some way to use CSS [contrib]
- maybe use
<template>for scoping - shadow dom?
- maybe use
- 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
- this is to test whether calling the
- 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- ~~
prerenderoption, 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
- ~~
