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

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
shivajikobardan
Messages
637
Reaction score
54
TL;DR
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?
 
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.
 
Reply
  • Informative
  • Like
Likes   Reactions: 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.