Fazza Razaq Amiarso
Fazza Razaq Amiarso
This is exciting! @ayoayco So with this, will we migrate our `demo` to playground? Like [Qwik](https://qwik.builder.io/examples/introduction/hello-world/) and [Svelte](https://svelte.dev/tutorial/basics)? I'm interested to try out webcontainer.
@ayoayco I think it's quite difficult to do it with Astro because webcontainer mostly works on the client side. We can use framework like React (most familiar with me) or...
I've build a minimal playground with vanilla-ts + vite. Tried using our library and it worked. Although, we definitely need a framework for our DX. Maybe svelte or react?
@Icyscools if I'm right, you can access child nodes with `assignedNode()` [https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/assignedNodes](https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement/assignedNodes)
@ayoayco here's a minimal MVP , I guess? I'm sorry it's still very messy on all aspects, especially UI. I'm also learning Svelte on the fly 😅. You can try...
@ayoayco Oops, I believe its because of `svelte-kit` check being strict about types. Already fixed, but not pushed yet.
@ayoayco what do you think about this approach? How about we only use schema builder only in `validators` field? So, we just use schema builder as validator. This way, our...
@ayoayco Tried new approach where we can just plug the `resolver` into `FormGroup` config. Also, passing types to `FormGroup` constructor enable typesafety on the `name` props when building the `FormGroup`....
@ayoayco what do you think about the new implementation?
@ayoayco we're trying changeset now. Could you install [changeset bot](https://github.com/apps/changeset-bot) to this repo?