Emmanuel Antony
Emmanuel Antony
SSR is one of the main project goals. And major refactoring to the codebase won't be required for that. I need some opinions.
Currently the plan is to bring the HTML part of the library to maybe something like the stpl library, then we can have proper types for Tags, so we can...
Do you mind if we can continue this conversation in Discord?? @VizorKit https://discord.gg/xx2sArF
States was brought to Attributes in #8
I'll look into it asap. Found the bug, there is only one closure for a callback have to replace it with a Vec. It should fix it.
You can use the `debug` crate feature in Valerie itself to get more debug info. Or you can use console_error_panic_hook manually to get a stack trace with more options.
I used the `debug` feature with one of the examples, providing an explicit `panic!` in one of the callback methods and I got this result. I patched up the issue,...
Issue was partially, patched up, but I didn't push it because I think there is more to be done. To explain the patch in simple terms, `CallbackMap` will have a...
I just got the notification after the last comment. So StateMutex currently takes the value, and then updates the node. For the functionality you want, I was thinking of implementing...
This is good. In `valerie::Node` we could have a Weak link to the parent to track it. I could start working on implementing it, it could provide the base for...