DEV Community

Discussion on: How do you build Forms?

Collapse
 
madza profile image
Madza • Edited

Never tried Vue to the point forms would be needed, tho I liked the simplicity and syntax πŸ˜‰Reminds me a bit of Svelte, which I love working with now πŸ˜‰

Collapse
 
cwraytech profile image
Christopher Wray

After working more with react lately I love Vue even more… I really like the separation of concerns with HTML being in the template and JavaScript being in the script tag. It’s much easier to go exactly to where you need.

Thread Thread
 
madza profile image
Madza

Great to hear you found something that work for you πŸ˜‰
Stick with it, as I believe that passion towards some particular tech improves productivity tremendously πŸ˜‰

Thread Thread
 
cwraytech profile image
Christopher Wray

Thank you! I’ve felt bad about it honestly because I do want to be willing and able to work with anything. But it is encouraging hearing your input.

Thread Thread
 
madza profile image
Madza • Edited

Nowadays, when hundreds of new tech are coming out day by day, it's impossible to learn everything, not to mention master everything. My approach to this is, I always try to check the hottest trends like monthly, but only to the point, where I understand their main working principles and use cases. Later, when the appropriate project comes, I know my advantages with the particular tech, and picking up the syntax is just a matter of time. πŸ˜‰

Thread Thread
 
cwraytech profile image
Christopher Wray

Love it! I think I’ll be trying to use that approach from now on.

Thread Thread
 
madza profile image
Madza

Hope that helps πŸ˜‰ I believe the famous saying 'Work smart, not hard', could be well transferred to learning, as well. And the more information there is, the more crucial it becomes πŸ˜‰

Collapse
 
nezam05 profile image
Nezam uddin

Please share how you create form in svelte. I was using reactive form in Angular