|
|
|
|
|
by emilos
763 days ago
|
|
You could get a simple version with little modifications, but it wouldn't really be super useful unless you potentially start adding things like lifecycle events (like mount, unmount), reactivity (state, effects). Otherwise you might end up reimplementing those. The intentions of the tool were the server side and static use cases and I didn't plan to use it on the client side. |
|