This is sort of working at least in terms of a POC. There are a bunch of improvements I would make if the ecosystem would allow me to.
- Vite will not always auto compile code, sometimes it does it twice and then stops
- Block creation is currently more verbose than I want it to be (I'd rather not have index.js for each block)
- It is unreliable. Sometimes blocks will deregister (might be related to 1.)
This is sort of working at least in terms of a POC. There are a bunch of improvements I would make if the ecosystem would allow me to.
- Vite will not always auto compile code, sometimes it does it twice and then stops
- Block creation is currently more verbose than I want it to be (I'd rather not have index.js for each block)
- It is unreliable. Sometimes blocks will deregister (might be related to 1.)