Really not able to grasp React due to it being so complicated

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
AI Thread Summary
Learning React can be challenging for beginners, especially for those new to frameworks and libraries, even with a background in HTML, CSS, Bootstrap, and JavaScript. It's important to ensure a solid understanding of these foundational technologies before diving into React, as proficiency in them can ease the transition. Engaging with online courses, such as those from W3Schools and Udemy, can provide structured guidance. Building small projects is recommended to reinforce learning, as practical application helps solidify concepts. As one progresses, leveraging online resources to solve specific problems can enhance understanding and skill development. Overall, focusing on mastering the core technologies and applying them in projects will facilitate a smoother learning experience with React.
shivajikobardan
Messages
637
Reaction score
54
TL;DR Summary
finding react so hard that I'm unable to build simple application.
I'm learning react and I'm finding it almost impossible to learn. This is my first introduction to a framework/library. I know html,css,bootstrap and javascript.
I want to make a simple app like the below one.

SgGiJFsby-V1_7J4caLUrN24azGjD_MbgM2AOaSxLbwIf7Nepg.png

I just want to tell how bad state I'm atm that I'm unable to build this simple app.
Can you guys guide me a bit about what I should do to build such an app? And some meta-learning-React tips and techniques?
 
Technology news on Phys.org
thank you i think so. I just built part of the above application without much focusing on css.
 
shivajikobardan said:
TL;DR Summary: finding react so hard that I'm unable to build simple application.

I know html,css,bootstrap and javascript.
I think perhaps you may not know these as much as you think then. I'd continue focusing on these for a bit and then move to React. React should not feel like such a huge jump if you're proficient in the stack you listed.
 
  • Informative
  • Like
Likes Wrichik Basu, jedishrfu and berkeman
Greg Bernhardt said:
I think perhaps you may not know these as much as you think then. I'd continue focusing on these for a bit and then move to React. React should not feel like such a huge jump if you're proficient in the stack you listed.
You might be just right. how should i master html,css,javascript enough for learning react? Please share some tips? Should I focus on projects?
 
Last edited by a moderator:
Once you become a professional programmer, you lose the luxury of sitting back and learning something new. Instead you dive into a project, do the work and use the internet search to fill in the gaps in your knowledge.

This means finding a solution to the problem at hand and as an aside learning new things from the many code snippets you reviewed while searching for an answer.
 
Back
Top