AA

Joined

230 Experience
2 Lessons Completed
0 Questions Solved

Activity

Posted in Go! Svelte + Sapper + Rails

I agree with that!
Also an episode to how one can replace webpack with rollup just for the sake to better learn the behind-the-scenes of how js bundlers work..

Posted in Dynamic Nested Forms with Stimulus JS Discussion

Great episode.. (I also would love to see the same stuff with JSON(B) fields (I mean child elements as part of a hash, I have always great troubles with validation and types regarding Hash-type columns)
I also have an idea for a follow up video:
How to use stimulus to manage multi-step forms (with or without AJAX -but I don't know if doing this without AJAX makes sense since it will need JS anyway)

Without AJAX, I wonder how to embed the elements of the next steps in the first page?
Using the template element for each subsequent steps?

And with AJAX, I wonder how to insert the server response as a replacement of the current form?

BTW keep the good work!

Posted in Dynamic Nested Forms with Stimulus JS Discussion

+1