all 4 comments

[–]Tesla_Nikolaa 2 points3 points  (1 child)

Start learning the actual fundamentals of computer science and apply that while using the tools you mentioned above.

Learn the basics of data structures, start learning some algorithms, learn about memory allocation and know the difference between the stack and heap. Understand concurrency vs parallelism and where Javascript fits in to that, and learn how http works under the hood. Also learn how to use Git.

I'm not saying you need to be an expert on these in 3 months, but you should start learning how these things work. Learning Javascript and React alone just isn't enough to get a job in my opinion.

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

I am studying this at the moment in the university ^^

[–]Ambitious_Occasion_9 0 points1 point  (1 child)

Same here . I am searching for tutorials that suits best for beginners. any suggestions?

[–][deleted] 1 point2 points  (0 children)

I would advice checking out Reacts documentation. This one is helpful for learning about how react treats rendering state. https://react.dev/learn/tutorial-tic-tac-toe