Can any engineers recommend a good course for someone to get started with HTML and JavaScript? I have a basic knowledge but would love to learn more 👨💻
Come up with a project that solves a problem for yourself. Get stuck in. Research as you go for things you want to achieve
The reason I ask is because i wanted to create a Figma plugin for a use case I’ve had recently - this seems like the best way to go about it 👌
I find svelte to be way easier than react / preact tomquinonero.com/blog/write-a-f…
Youll still want basic html / js under your belt first then this will feel natural af learn.svelte.dev
I’ve found this approach to work well too. One thing I would add is that if you feel like you don’t know where to start at all, some foundation is helpful. MDN is a good reference for that: developer.mozilla.org/en-US/docs/Web…
There’s so many different web technologies popping up all the time. But so far the closet one to base HTML by design is Svelte[kit]. Pairing that with Tailwind and SQLite you’ve basically got the groundwork to do whatever you want