Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Print out the docs and slowly introduce it into your diet. Bowl of alphabetti spaghetti can have way more letters in it if you spice it up with some of your own
-
The best way is to spend more time, not less. Expect to drop 20 hours a week on it for 3 months and you'll be up to speed.
Go through the docs, replicate the examples, learn the base APIs and read code on GitHub related to questions you have. -
Cystal2095y@vane Already done that... but I was following a tutorial on youtube... This time I'll do it on my own...
Thanks BTW :) -
donuts238485yWhy are you learning it?
The fastest, least boring way is if you have a use/project for it.
I learned ReactNative in 1wk but it didn't work for what I wanted.... So forgot most of it...
I learned Android years ago but didn't use.... Until RN didn't work so picked it because up again just to do what I needed it to do. That too a few days. -
Cystal2095y@billgates well I wanted to learn react so that i can make some cool desktop apps with it... Using electron+react and some other shit... And put it on my website... To show some people that I have made something... Just dont wanna get in tutorial hell. BTW NICE NAME 😁
-
donuts238485y@Cystal thanks, seems famous names aren't cool anymore.... or never were...
Maybe look Kat the electron docs to figure out how to get the basic setup. Then go thru the usual docs or tutorials just to understand the framework, syntax and features.
Rest is just trial and error. Get the basic app built and running then keep changing it.
https://reactjs.org/docs/...
What is the best way to learn react.js in least amount of time possible?...
I know basic web dev like es6, html5, scss, node.js etc.
question