DEV Community

Discussion on: What does everyone plan to learn in web development this year?

Collapse
 
cishiv profile image
Shivan Moodley

I'll be spending my time attempting to master React and learning about websockets 😁 how about you?

Collapse
 
aumayeung profile image
John Au-Yeung

I am looking deeper into JavaScript and popular frameworks.

I don't know where to go after that. Definitely looking for some suggestions.

Collapse
 
cishiv profile image
Shivan Moodley

I've heard a lot of good things about Svelte. And the REPL on their website is great for trying it out svelte.dev/
All the best!

Thread Thread
 
aumayeung profile image
John Au-Yeung

Thanks. Looks like it's worth a try.

Collapse
 
tbrixey profile image
Trevor

Same! Websockets look awesome and using socket.io seems great. Hopefully I can come up with a cool app idea using them so I can learn more.

Collapse
 
aumayeung profile image
John Au-Yeung

That sounds good. Looks like it's something worth looking into.

Collapse
 
cishiv profile image
Shivan Moodley

I'm really excited about using websockets to build collaborative apps. I've only ever built 'real-time' stuff on the backend

Thread Thread
 
aumayeung profile image
John Au-Yeung

It's pretty cool to see stuff update live.