shade
shade copied to clipboard
Highly experimental web framework
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
E.g.: ``` var foo by observable(false) button { classes = setOf("foo") render { if(foo){ classes = classes + "bar" } } onClick { foo = true } } ``` Since...
# Bug details I've created a test project to test Shade with Ktor: https://github.com/Aivean/shade-ktor-test However, on the TodoList example I've encountered weird behavior: items are not always added. I checked...
Currently constructing rendered JS to send to the client through the websocket will involve repeated copies to bytearrays and strings, which could be optimized.
- [x] Add a testing parameter to add delay between events being received - [ ] Add a few helpful builtins for e.g. disabling a button until its callback has...
Should include: - "hello world" examples in README - Standalone project demo - Ktor binding examples - Notes on how Shade reconciles components and handles event callbacks