Комментарии •

  • @dualwan
    @dualwan 2 года назад +263

    basics:
    1. scoping
    2. callbacks
    3. passing functions
    4. reference vs value
    5. == vs ===
    advance:
    1. short circuiting
    2. advanced array methods
    3. immutability
    4. asynchronous
    5. concepts of modules
    6. concepts of es6 ( i.e. spread operator)

    • @lineCooking101
      @lineCooking101 Год назад +10

      Asynchronous is my last hurdle and it’s so frustrating. It’s so much information to take in, and implement at once..

    • @Arcanist1010
      @Arcanist1010 Год назад +4

      spread operator and rest operator is pretty basic to understand

    • @networkserpent5155
      @networkserpent5155 Год назад +1

      So learn this before tackling react?

    • @kenmtb
      @kenmtb Год назад

      Thanks!

    • @Workinghard7
      @Workinghard7 Год назад

      great

  • @Stoney_Eagle
    @Stoney_Eagle 2 года назад +580

    I learned the basics before starting with React, but by using React and being forced to use all the es6 stuff, I actually got to fully understand them because I saw them at work (or not) 😉
    If making a project helps you do it and going trough all of the single things doesn't... Just follow your way of learning and you learn the fastest while actually having fun.
    I think that's the most important thing to realize.
    If you're not having fun learning it, you'll hate your job later.

    • @ibrahimyakupaydn
      @ibrahimyakupaydn 2 года назад +22

      The comment that I am searching for !

    • @buster9877
      @buster9877 2 года назад +14

      I absolutely agree. i also learned JS through learning React. i feel like if you already have even a basic understanding of Java syntax then learning react really is enough you’ll need to get at least a decent understanding of JS.
      Now if i had not known Java, my experience would probably have been different. like you said, if you’re not engaged with learning then you’re in the wrong field.

    • @adarshtiwari7395
      @adarshtiwari7395 2 года назад +6

      I started react 3 days ago and I have learned all the important concepts of JS beforehand. Still making small components and importing one in the other and basically making a chain of suitable components is very confusing for me. I keep getting lost in the shuffle of various components. Hopefully this goes away as I practice it more and more. Any tips?

    • @Stoney_Eagle
      @Stoney_Eagle 2 года назад +2

      @@adarshtiwari7395 Yeah React can be tricky, honestly I never wanted to use it but it proved to be a tool that became perfect for the job so I caved.
      The most important things to understand are the one way road your data can travel, how to deal with data that needs to be available and editable in multiple places and how the hooks work and which one to use.
      You can only pass data along to a component, a component can never pass data to a parent component.
      So if you for example need the username in a navbar after you log them in, you need to use redux or any other global state management.
      This was for me the hardest part to learn and to get right.
      And our friend Kyle here has plenty of explainer videos that should help you get started.
      You can also look up the videos about react from Traversy Media or DevEd, basically my React knowledge comes from these 3 and I created a full frontend to my node backend that serves as a "netflix" like clone that truly works not just a fake mockup. I've set my goal to make it open source and make it useful for anyone that has dvds and blurays. It's not finished yet but I'm already enjoying my blurays Netflix style 😉

    • @veoquenoesunproblema
      @veoquenoesunproblema 2 года назад +8

      Any additional advice for someone not enjoying React and low knowledge of JS Vanilla and some knowledge of Axios 😅

  • @FriendlyYoda
    @FriendlyYoda 2 года назад +38

    Dude, Thank you! Great content. This was so helpful. I rushed into learning React by doing a project without necessarily understanding some Javascript fundamentals and now I feel like I need to take a step back once in a while and ground myself before delving further.

    • @rxtechandtrading
      @rxtechandtrading 2 года назад +2

      he knows his stuff-BUT hes to quick for beginners -at least that's my 2 cents

  • @chuanqizhu1549
    @chuanqizhu1549 2 года назад +83

    Agree! The vanilla JavaScript might seem to be verbose and slow, but that is the foundation of how the web works. Based on the understanding, the framework of react can make you work more efficiently . So just be patient in learning Js and build some real projects using the the plain JS before moving on to use React. You time will save more time.

    • @sashatv138
      @sashatv138 2 года назад

      So true!

    • @JamesFotografia
      @JamesFotografia 2 года назад +1

      You sure about it? I just started Js, if you mind suggest me how much weeks I should dedicate for learning Js alone before moving to react. I am planning to stick on to only front end side

    • @rxtechandtrading
      @rxtechandtrading 2 года назад

      I agree 100% it is the foundation of MANY other languages like C and C++

    • @Louisianish
      @Louisianish 2 года назад

      After learning some basics of Java (the most verbose programming language I’ve ever had the misfortune of encountering) for a class, every other programming language seems so much more concise. Java can be too overwhelming for beginners, IMO.
      JavaScript, on the other hand, is more my type of language.

    • @user-fr2fm3ri3w
      @user-fr2fm3ri3w Год назад

      @@JamesFotografia are you still learning ?

  • @aeronwolfe7072
    @aeronwolfe7072 Год назад +4

    Man, I just want to let you know, I REALLY appreciate your tutorials/work here on yt. You're one of my favorite teachers on the platform! You are very good at explaining things, and I just want to say thank you@!

  • @adnanamin3666
    @adnanamin3666 2 года назад +6

    Man! I needed this so badly. Thanks for making a video on this topic. Appreciate the hard work. 🥰

  • @MrREALball
    @MrREALball 2 года назад +10

    I actually started with React BEFORE I learned JavaScript, I did just fine and more than that it was really easy for me to understand the concept of promises & callbacks and values & references. I did know python and php before that though.

  • @busyrand
    @busyrand 2 года назад +1

    Short Circuiting is something I never got a formal explanation on. It's huge for React. Thank you for the explaination.

  • @alfiartya23
    @alfiartya23 2 года назад +17

    Thanks for this video Kyle. I started to learn JS from the beginning before learn React and it makes me understand more about the basic function, array method, and arrow function

    • @shahrukhsaifi294
      @shahrukhsaifi294 Год назад

      How ypu are going now??

    • @DannyH77
      @DannyH77 7 месяцев назад

      @@shahrukhsaifi294 how's your coding skills a year later?

  • @TheLigitaksas
    @TheLigitaksas 2 года назад +40

    Year ago, I almost had zero javacript knowledge, I was trying to learn something about arrays or objects, but without real understanding what to do with them, it was really hard to learn most things. So I kind of rushed to learning React, and it was hardest 2 learning weeks I ever had, I doubted my ability to learn I often thought I must just be too stupid for this :D. But I told myself If others can learn so can I. And after more or less 2 weeks It started to make sense and I could do more and more with it. I would say build few projects following video tutorials. And then build by yourself only using those few projects and google for help.

    • @Krishnasaini
      @Krishnasaini 2 года назад

      what type of projects should we made?

  • @WTFAnyNameWorks
    @WTFAnyNameWorks 2 года назад +3

    Bro, you're out of this world! Just watched the free sample videos on your course and I already learned so much! Thank you

  • @sep1ol
    @sep1ol 2 года назад

    what a great timing for this video!! great content as always, thanks!

  • @Unknownbrowndude
    @Unknownbrowndude 2 года назад +1

    This video came at the perfect time. Thanks Kyle!

  • @Adjust91
    @Adjust91 2 года назад +3

    Appreciate the video, I just got back into JavaScript and am comfortable with the basics, and wanted to jump into react 👌

  • @josvelema2362
    @josvelema2362 2 года назад +3

    first! Thnx Kyle , I was planning on learning React in 2022 , but like you said learn (advanced)vanilla JS first to make it easier , which is what I'm currently doing with devoting my time building sites with JS (simple things in the DOM and backend with Node) and mixing it up with an advanced course on JS/es5/es6 etc. So cool thnx for this , shows me I'm on the good path 😃

  • @adarshmishra6071
    @adarshmishra6071 Год назад +5

    1. SCOPING
    2. CALLBACKS
    3. PASSING FUNCTIONS
    4. REFERENCES versus VALUES
    5. == versus ===
    6. ADVANCED LOGIC (short-circuiting)
    7. ADVANCED ARRAY METHODS
    8. IMMUTABILITY
    9. ASYNCHRONOUS CODE
    10. CONCEPTS OF MODULES
    11. CONCEPTS RELATED TO ES6

  • @TechInterpreter
    @TechInterpreter 2 года назад +115

    This is a really important point. I took the full JS/React course on Codecademy a while back. I did fine through the JS part but hit a wall about halfway through React. I believe it was because I hadn't really absorbed the JS material fully. A year later, after beating my way through JS and Vue, I think I could learn it easily now.

    • @Voidstroyer
      @Voidstroyer 2 года назад +5

      I haven't personally used react that much but I have used Vue and Vue is very close to native javascript in terms of syntax (also very close to native html except for the directives that Vue brings in). React is really different in that it uses JSX. So a beginner in Javascript could learn how to use Vue much easier than react.

    • @TechInterpreter
      @TechInterpreter 2 года назад +1

      @@VoidstroyerAgreed. In fact, it helped me better understand JS. Now the concepts I was learning in React make more sense. That's why I think Kyle's point was a good one.

    • @rxtechandtrading
      @rxtechandtrading 2 года назад

      true because you gained the experience at that point- JavaScript is an easy language compared to others -well that's my belief anyway

    • @n1mutant
      @n1mutant Год назад +1

      I am in the same exact boat right now :P did great on my JS blitz through it on codecademy and now I am almost feeling stupid dealing with React... been researching Vue to get some hands on experience with it...
      do you still recommend Vue to learn or try going at React? Thanks

    • @TechInterpreter
      @TechInterpreter Год назад +2

      Vue made more sense to me. But I think there are more resources for React. Depends on what you want to do. I'm writing my own app, not looking for a job. If I were in the job market, I think it's try to beat my way through React. To make it easier, I'd first want to create a JS project that encompasses CRUD with a somewhat complex UI (ie, not a to-do list!) to really get the JS down. Then dive back into React. If you are just doing your own projects, stick with Vue and incorporate Quasar.

  • @dinghanlim7735
    @dinghanlim7735 2 года назад

    have been thinking about this question for a few days now and thank you Kyle for posting this video!!

  • @tahoeskivideos
    @tahoeskivideos 2 года назад

    This was an excellent video to level set for people on their journey. Too many videos focus on how to learn something but this was different and highly valuable. Thank you for giving us this important context.

  • @housnialami4330
    @housnialami4330 2 года назад

    I watched many of your videos in the past, I just checked in to say thank you!

  • @TomasMisura
    @TomasMisura 2 года назад +2

    Last couple of weeks I was thinking about start programing with React. I realize my knowledge of JavaScript is not good at all but recently I have seen a video where was made Google Keep clone with React that gave me more insight about React more than any tutorials watched before. Based on I have decided do not hesitate and next year I'll start to learn React...

  • @sasss7060
    @sasss7060 2 года назад

    Thank you so much for this Kyle!

  • @alexanderleonardo5649
    @alexanderleonardo5649 2 года назад +27

    i jump in angular, react, vue before learn what javascript is. it worked . lol

    • @tyv1383
      @tyv1383 4 месяца назад +3

      He’s trying to sell you something

    • @stranger_4803
      @stranger_4803 2 месяца назад

      Is it really possible to learn react without knowing javascript ?

    • @akshatagrawal9495
      @akshatagrawal9495 2 месяца назад

      @@stranger_4803No

    • @cuanokingstephenict12b63
      @cuanokingstephenict12b63 2 месяца назад

      ​@@stranger_4803 learn the basics and youre fine

    • @rahmanmusah4470
      @rahmanmusah4470 2 месяца назад

      @@stranger_4803yeah. you'd be so confuse if you learn react without learning javascript first because react uses a syntax called jsx which is the combination of both html and javascript

  • @pfcokelly
    @pfcokelly 2 года назад

    I'm in build beginning projects phase of js and re-doing some freecodecamp problems. Learning react felt like a I've should of started already thing, this helps and perfect timing.

  • @BusinessWolf1
    @BusinessWolf1 2 года назад

    Knew some of this, but realized there's much more to it all

  • @smk97top
    @smk97top 2 года назад +58

    It sound like in the long run, mastering vanilla JS will ultimately save you time when learning React. I would assume that one could learn react and go back on key JS concepts in the midst of the process, but I like the idea of having a great JS foundation and not having to spend that time re visiting the core concepts.

    • @iamthesupercheeseman
      @iamthesupercheeseman 2 года назад +6

      Also, if you're ever in the situation of needing to read vanilla JS code it wont be an issue, and long term wise its good to have strong coding fundamentals. Just in case if, say, web assembly replaces javascript in 10 years. Vanilla JS fundamentals can transfer better to other coding languages like python, etc.

    • @linouzz1732
      @linouzz1732 2 года назад

      @@iamthesupercheeseman bruh like what you said until u brought the topic/battle saying python is better than js 🥺

    • @chubbyBunny94
      @chubbyBunny94 Год назад

      Yeah but money

  • @Noble909
    @Noble909 2 года назад +1

    I had a mild understanding of Javascript peticulars before embarking on a large react project. And let me tell you, you're going have to learn async code, array methods, objects, destructuring, modularity, callbacks, interpolation, immutability... You gotta know or learn it all to come even close to having a successful project.

  • @maddy5996
    @maddy5996 2 года назад +7

    100% agreed, as i am currently learning react though my vanilla js knowledge is pretty strong. React still questions my understanding about JavaScript and what kyle said, is 100% accurate if not more 😊

  • @wernerw.1328
    @wernerw.1328 2 года назад +1

    Thanks a lot for the warning. This video shows me that I have to improve my knowledge in html, css and js first.

  • @tinpham6413
    @tinpham6413 2 года назад +7

    I think you also need to learn WebPack, npm, js module before a Framework and build a project from scratch with those knowledge and you will soon realize why we need a framework, then learn React. React run webpack behind the scene, so learn those before will less boring

    • @XxxSucks4UxxX
      @XxxSucks4UxxX 2 года назад

      This. CRA is great to get your feet wet with React, but moving forward it’s a good idea to learn how to set up a React boilerplate with webpack or another bundler of choice.

  • @techedzee
    @techedzee 2 года назад

    Everything you said is super simple to me. Weird that I watched your video and was engaged the whole time. Nice 👍 story telling

  • @hassaneoutouaya
    @hassaneoutouaya 2 года назад

    Thank you for the golden advice!

  • @samsunggalaxys7806
    @samsunggalaxys7806 2 года назад

    I love that you section off everything don’t waste my time with small talk 🙏🏽

  • @michaelt1349
    @michaelt1349 2 года назад +9

    Kyle, if you ever do a course on Angular (say versions 11 and higher) , I will definitely purchase it!

  • @shonuff4323
    @shonuff4323 9 месяцев назад +2

    I am learning react now, and I can say, being well versed in JS is important. If I didn't know JS well, I would be struggling.

  • @hakunamatata1427
    @hakunamatata1427 Год назад +1

    Hi Kyle, Please reply, Do i need to know html and css before learning to react..?
    I am a backend developer and worked on js, node js, typescript, electron js, microservices architecture and but not on frontend.

  • @NoorFatima-dp6ow
    @NoorFatima-dp6ow 2 года назад

    Awesome video. Start another video series and explain JavaScript concepts for reactjs

  • @MrHandoman123210
    @MrHandoman123210 2 года назад +4

    I started on react native before I learned JavaScript or react, there’s no order, and a lot of people are better at learning by doing

  • @TechX5others
    @TechX5others 2 года назад +2

    Thanks a lot for this. Glad I took the necessary JavaScript fundamentals before going into react

  • @lefty2014
    @lefty2014 2 года назад

    Thank you! Most of your videos are quite useful.

  • @subhajitghatak9589
    @subhajitghatak9589 10 месяцев назад

    You really simplified the web dev

  • @acidhauss7018
    @acidhauss7018 2 года назад +71

    I personally just dove into React (as a C# developer) and picked things up fairly quickly with a fairly poor understanding of JavaScript.
    IMO the most important thing is you work on a project with experienced React developers so you can learn most efficiently e.g. || operator, ternaries etc.

    • @thatoneuser8600
      @thatoneuser8600 2 года назад +2

      Those binary and ternary operators are in C# as well?

    • @FracsoMehdi
      @FracsoMehdi 2 года назад +12

      Still getting a good grasp of JS before getting into React is better, if not, you will struggle with many things like state not updating because of stale vars inside closures

    • @HandledToaster2
      @HandledToaster2 2 года назад +3

      @@thatoneuser8600 of course

    • @osamajune9
      @osamajune9 2 года назад

      @@FracsoMehdi you are r8 I am going through that :(

    • @FracsoMehdi
      @FracsoMehdi 2 года назад +5

      @@osamajune9 do not worry, you'll get pass through it. True difficulty of React does not appear until you start building a real life application instead of side projects or a small portfolio

  • @sarasalas537
    @sarasalas537 2 года назад

    Good vidéo I really understand the importance of good basis of JS for react

  • @petrvictorovich
    @petrvictorovich 2 года назад

    You must and you can learn this things in JS or in React it doesn't big matter. It doesn't necessarily to learn it in JS before.

  • @CreativeTutorialsWeb
    @CreativeTutorialsWeb 2 года назад +1

    Master teacher Thanks so much Kyle ❤️

  • @OpenJavaScript
    @OpenJavaScript Год назад +2

    Learning a JavaScript framework too early is like giving pro-carving skis to a beginner. You need months of programming experience behind you before it makes any sense.
    FWIW, here's my rough checklist:
    - Higher-order functions
    - Object-oriented programming (at least conceptually)
    - Arrow functions
    - Object and array destructuring
    - Asynchronous JavaScript

  • @promohican8222
    @promohican8222 2 года назад

    Great video Kyle

  • @GuRuGeorge03
    @GuRuGeorge03 2 года назад +11

    my first experience in JS was after learning just a bit in Java and then jumping right into react. I was able to create a webapp with it, but I was totally overwhelmed lmao. in a weird way it made me a better programmer, because the entire struggle made me really cherish learning proper design patterns, coding paradigms and such. Now i know better, but it would probably not have happened as fast and with such big motivation if I hadn't struggled so hard in the beginning

    • @harshu2651
      @harshu2651 Год назад

      Same , I also jumped in react but now I understand the importance of JavaScript. I m going back to learn more JavaScript then i think react will be more easy and fun.

    • @customname4680
      @customname4680 Год назад

      Same

  • @helpfulprogrammer
    @helpfulprogrammer 2 года назад

    Awesome video, Kyle! Learning ES6, as well as npm and yarn really helps.

  • @dauqu3053
    @dauqu3053 2 года назад +1

    Great Video Thanks

  • @defcamar9208
    @defcamar9208 2 года назад

    I needed this 🔥

  • @jasonhuang4333
    @jasonhuang4333 2 года назад +12

    I started React without ES6 knowledge. It basically forced me to learn ES6 along with React. So it is good to try some React and study JS along the way

  • @martinc4403
    @martinc4403 2 года назад

    Does this apply to any javascript framework? I'm trying to learn angular.

  • @stem_school
    @stem_school 2 года назад

    Where can I find the table of content of all this? thanks

  • @kevinwaag9976
    @kevinwaag9976 2 года назад

    That's why I had so much trouble!! I don't understand callbacks and half of the things you mentioned are either unknown or confusing

  • @nathangwyn6098
    @nathangwyn6098 Год назад

    Every time i'm studying and need a refresher, I go on youtube and type in my question. 9 times out of 10 your lovely face pops up.
    The only construction criticism I have is, is maybe try to be more fun? You come of very informal,.I tend to get sleepy with your longer lessons, still--love the content,.You have tons of it, probably a chore at this point haha.

  • @ChrisFotosMusic
    @ChrisFotosMusic 2 года назад +2

    You should know javascript well before learning react, but also don't be afraid to jump in and start learning it. I waited too long when I was learning, and I regret it.

  • @slipstream01
    @slipstream01 2 года назад

    Ive been following ur content since 6 months.. now uve helped a lot to get a lot of concepts cleared.. please make a video for OOP. Advanced Thank u

  • @EngineBoy
    @EngineBoy 2 года назад +1

    Lol. I just damn started react after django. Now got employed and working on a massive restaurant management project.

  • @lowlay964
    @lowlay964 Год назад

    Thank you!

  • @fueledbycoffee583
    @fueledbycoffee583 2 года назад +1

    I can tell you that when i started my web dev journey 4 years ago i tried to learn first react or vue. Huge mistake. I could not understand a thing. Fast forwards 3 years, plenty of jquery experience, regular DOM manipulation and even attempted to create my own reactive library something clicked. If am already trying to create a poopier version of what react / vue already did, i may as well just learn them. Took me just days to get familiar with the technology. So yep. Alway start with basics and ascend in the tree of knowledge

  • @rezahoseinkhani2547
    @rezahoseinkhani2547 Год назад

    very good contents helps me alot thank you

  • @viktorberczeli2343
    @viktorberczeli2343 Год назад +1

    After few comments it looks like you can just jump to React even before JS or right after some basic knowledge and you are "forced" to learn JS through React anyway. I'm confused.

  • @BoredBricks
    @BoredBricks 2 года назад +7

    How well should we know DOM manipulation before moving onto React?

    • @334Bena
      @334Bena 2 года назад +7

      Not really necessary in most cases, React has a very different way of handling the DOM.

  • @ZANES-YT
    @ZANES-YT 2 года назад

    Can we get this with angular as well, Ik a lil of topic since it is actually typescript but still...

  •  2 года назад

    I can't belive, I just wanna learn react, tnx

  • @NNNedlog
    @NNNedlog 2 года назад

    Thanks a lot Kyle

  • @user-mo3cw6go7c
    @user-mo3cw6go7c 2 года назад

    I try to learn react before some years and i failed and think that is so hard that i never get it, but now after i learn more js i learn react again and is peace of cack for me

  • @usmana2z
    @usmana2z 2 года назад

    Hi Kyle it’s really helpful. I have a one question thou do you really talk like 1.5 x speed normally ? Would be nice if you take a breath while talking :)

  • @charlie-george
    @charlie-george 2 года назад

    Are there any videos like this out there for Vue?

  • @twitchizle
    @twitchizle 2 года назад

    I started in order, node express js vue html css react

  • @mohammadkhakhsoor2068
    @mohammadkhakhsoor2068 9 месяцев назад

    If its possible , plz creat a video and explain in depth what is immutability and mutablility

  • @DimitarGegov
    @DimitarGegov 2 года назад

    this is your first video I have watched without showing us any examples of what you are talking about.

  • @theatypicaldeveloper
    @theatypicaldeveloper 2 года назад +16

    learning React having strong, fundamental knowledge of JS is definitely beneficial. I learned React with a basic JS knowledge.
    As long as you're commited, sky is NOT the limit!
    Thanks for sharing Kyle!

    • @notjunior5079
      @notjunior5079 2 года назад

      how much basic dude
      like just knowing variables and funcs and simple beginners knowledge like this?
      I'm learning react with a udemy course with the beginner knowledge of js and I'm learning good
      but videos like this make me wonder if I'm wasting my time

    • @theatypicaldeveloper
      @theatypicaldeveloper 2 года назад +1

      @@notjunior5079 hey, like really basic. Simple loops, knowing the differences between diff variables and other simple stuff.
      Don't doubt in yourself, just keep going. Do whatever you're doing, be consistent with your learning path, that's all it matters. Good luck!

  • @jacobmiller38
    @jacobmiller38 2 года назад

    Is the general idea the same for Vue?

  • @suryapratapsingh5149
    @suryapratapsingh5149 2 года назад

    is react suitable for enterprise-level projects? Please guide me here

  • @str8gamer964
    @str8gamer964 7 дней назад

    I just need to know where to paste things and that's in SRC co pilot can take it from there

  • @kirillvoloshin2065
    @kirillvoloshin2065 2 года назад +1

    I have 2.5 years of professional HTML, CSS and pure JavaScript (making basic web-interfaces and complex logic).
    Turns out nobody wants to hire me since everyone works with frameworks.
    Off course I know enough JS to learn react)

  • @calvinnatanael5905
    @calvinnatanael5905 2 года назад +2

    Guys i want to ask, if i want to learn React JS, i must learn DOM or not? Or i'm just learning Javascript and ES6 only and next learn React JS. Thanks you :)

  • @ovskihouse5278
    @ovskihouse5278 2 года назад +1

    I like ur content.
    I don't foget timestamps tech 👍

  • @SkySentry7
    @SkySentry7 Год назад +1

    # Before learning React understand these JS Concepts:
    1. Scopes
    2. Callbacks
    3. Passing Functions
    4. Difference between Reference(Objects and Arrays, Just like Java) and a Values
    5. == and === difference
    6. Shortcircuiting logic for && and || (Basic Logic)
    7. Advanced array methods like (map, filter, sort...)
    8. Immutability (Modifiable and Non Modifiable)
    9. Difference between Synchrounous and Asynchrounous Code
    10. Concept of Modules (aka Libraries)
    11. Ecma Script 6 (ES6) Features

    • @Dangerous-Boy
      @Dangerous-Boy Год назад

      Tell me a place to learn all of these

  • @rexx3574
    @rexx3574 2 года назад

    Dude, can u make a tutorial how to make a drope down or a slider price list picker, example for cleaning service company, when clients choise size of their apartment, regularly, once a week, once in two weeks, once a month, so they can even choise in this pocket for a period 3 months time, 6 months time or 12 months time, for a better price. Let me be clear.
    Example, once in two weeks for 6 months period.
    I hope u'll read my comment. I am a beginer coding and love ur skills. Keep it up.

  • @francescos7001
    @francescos7001 2 года назад

    I was waiting for a video like this for a loooooong time. Great content as always!!

  • @cat_meow2
    @cat_meow2 2 года назад +2

    I start react without knowing anything bout front end language

  • @ilan117
    @ilan117 2 года назад

    Hi Kyle. Is your react course that is linked to this video is up-to-date with version 18? I am very much interested. Thank you for helping us 🤲

    • @WebDevSimplified
      @WebDevSimplified 2 года назад +2

      It is not. I am in the process of a React 18 update that I plan to release this year.

    • @ilan117
      @ilan117 2 года назад

      @@WebDevSimplified as soon as you can 😊 can’t wait. Thank you Kyle 🤲

  • @htcsaj7876
    @htcsaj7876 2 года назад

    Does anyone have code or tutorial for landing page in react with basic CSS.I don't want reactstrap or bootstrap.I use map and props.

  • @ExDarkStar
    @ExDarkStar 2 года назад

    is your course is availabe in Udemy?

  • @tankoibrahim2323
    @tankoibrahim2323 2 года назад

    Thank you so much...

  • @mg-programming
    @mg-programming Год назад

    Passing functions to another function - this is exactly what callback is.

  • @gugildak12
    @gugildak12 Год назад

    React is written in either JSX and TypeScript, right? ReactJS codebase is Javascript.

  • @TheBlackmanIsGod
    @TheBlackmanIsGod 9 месяцев назад

    CAN YOU MAKE A VIDEO ON “controlled randomness”, and how to think with it and solve real world problems with it like an AB testing situation????

  • @lauris5275
    @lauris5275 2 года назад

    I tought i knew JS well enough to start React. And i was wrong. Worst part is that im so used to vanilla JS making projects that it really is hard to go from vanilla js to react. I look at project, it looks simple in JS but impossible in react for me. Cause I have feeling that im doing like a mix between react and vanilla js. Not the actual react.

  • @manfriny_
    @manfriny_ 2 года назад +3

    Unfortunately, for someone who lives in another country and whose currency is not dollars, it is very difficult to buy the course. For someone from the USA the cost of the course is around 10% of the minimum wage. For me, it's almost a whole salary, for other countries, it can reach 2x, 3x the salary.
    BUUUUTTTTTTTT,
    Keep going on the EXCELLENT FREE CONTENT on RUclips, you are one of the bests content creator for Devs. Congrats!!!

    • @WebDevSimplified
      @WebDevSimplified 2 года назад +2

      I understand it can be hard to afford course with USD prices which is why I offer PPP pricing. You can email me which country you are from and I can offer a coupon to help pay for the course based on your country.

    • @manfriny_
      @manfriny_ 2 года назад +2

      @@WebDevSimplified TYSM for the reply.

  • @harmez7
    @harmez7 2 года назад

    blue suits you pretty well

  • @IKEMENOsakaman
    @IKEMENOsakaman 2 года назад +1

    Yes sir! I won't learn it yet, sir!

  • @amitmondal7427
    @amitmondal7427 2 года назад

    I used React JS for some personal project, I realized it is too much slow.
    It make websites load time slow.
    So I converted all my React JS web app to normal express & handlebar app.

  • @darshan7107
    @darshan7107 Год назад

    Can anyone tell about react and angular js is that are js types!?

  • @anshuraj5734
    @anshuraj5734 2 года назад +1

    Can anyone for please list up 20-25 important things we must know in Javascript before moving in to React.

  • @pranavwani
    @pranavwani 2 года назад

    Thank you so much

  • @wojtek1582
    @wojtek1582 2 года назад +1

    Yeah, as once some dev told me, the biggest problem people have with React is that they do not know JS.