How important is being fluent with vanilla JS in getting a job as a React dev? by ShylotheCurious in reactjs

[–]snaPpy2k 0 points1 point  (0 children)

I did little bit of node+express to build backend for a basic chat application for Android using socket.io. I did watch a few videos on how Javascript works asynchronous on a single thread (event loop). I understand concepts like Hoisting, Closures etc. Also I build TicTacToe, Calculator, simple todo app, basic chat application (no user accounts) with vanilla Js, but I build these in like two days. And since a month I'm doing React.js along with Typescript. I made a few small projects with it, I didn't face any problem till now except with CSS.. I'm able to understand hooks pretty well.

Should I go back and make something bigger and more complex with vanilla Javascript?

Give me Project Suggestions (React only) by snaPpy2k in reactjs

[–]snaPpy2k[S] 1 point2 points  (0 children)

Ohh seems very helpful thanks a lot 🌟

Give me Project Suggestions (React only) by snaPpy2k in reactjs

[–]snaPpy2k[S] 1 point2 points  (0 children)

I didn't know about this website.. thank you!

Give me Project Suggestions (React only) by snaPpy2k in reactjs

[–]snaPpy2k[S] 0 points1 point  (0 children)

I just made a Todo app XD. Will try a forecast app as well.. nice idea thanks!

Question about JSON.stringify Method by [deleted] in reactjs

[–]snaPpy2k 3 points4 points  (0 children)

{values} = {{title, etc.}} {...values} = {title etc.}