I delved into svelte pretty deep to get a grasp of it. I decided to try to make a set of components similar to material UI, just focusing on form elements.
When it came to passing values, references, functions up and down the component stack, it just became much more difficult than doing it in...