What makes it so good?
Why do you use it over other build tools?
What is the learning curve like? Any suggestions on resources?
What makes it so good?
Why do you use it over other build tools?
What is the learning curve like? Any suggestions on resources?
For further actions, you may consider blocking this person and/or reporting abuse
Antonio | CEO at Litlyx.com -
ramadhan.dev -
Dev Gaurav Jatt -
Sebastien Lorber -
Top comments (6)
I love working with React. The reason is simple: it allows me to easily create whatever I like. It's powerful, extensible, and I can create simple apps really fast. I can easily connect to any API and play around with data or I can set up my own Firebase instance and play around. I can easily add delightful animations and micro-interactions.
Why use it over other build tools? No particular reason. You need to have a tool for every job. And I found React to be a great tool for a lot of the jobs. I simply learned to work with React first, I loved it and I keep going in order to master it. I never had the need to consider other tool or compare it to other tools. It's enough for whatever I'm doing.
The best way of learning it? Complete a simple free tutorial and find yourself a good personal project to work and experiment on. Maybe connect to an API and see what you can do with data.
For example, my music collection site was my first project and I've learned a lot while working on it: adrians-music-collection.netlify.com/
This is super! Thank you.
It's definitely something I want to look into, just not quite sure where to start! I shall try and find a good free tutorial and give it a shot.
👍
I use React because:
Awesome, thanks for this!
There are certainly some nice aspects about it that you're describing.
What would you say the learning curve is like for someone who hasn't worked with a component tool like React before?
Do you have any helpful resources for learning?
You can do stuff pretty quickly in React and Redux in now time. More faster than Angular because Angular is split in several modules and its own workflow. React can be used however you like it. You can even have normal HTML pages with sections made in React. The thing is, with experience, you will always find better ways to do stuff. The first one will problably be "Holy sh**, if I had made my app in way A instead of way B, changing to server side rendering would be a single line of code".
It's been two years since I started developing apps and webpages with React from scratch, and I always find new ways to make better and more easily editable code. Starting with React is easy. Being a pro and doing changes like it's a photoshop document, that's the hard part. To summarize my opinion, here's a meme.
I genuinely want to know why everyone is loving React. I don't know quite enough about it really. So, I'm asking this so I can make the decision or not in spending the time and money to learn it.