How To Increase Performance in React Apps

Поделиться
HTML-код
  • Опубликовано: 16 янв 2023
  • In this video I will go over 4 tips and tricks on how to increase performance in your react applications.
    Join our Discord: / discord
    🚀 Learn ReactJS By Building 6 Projects: codedamn.com/learn/reactjs-pr...
    🐙 GraphQL Course: codedamn.com/learn/graphql-fo...
    ► Buy Crypto on Coinbase: coinbase-consumer.sjv.io/PedroTech
    Social
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Website: machadopedro.com
    Linkedin: / machadop1407
    Instagram: / pedro.fmachado_
    Github: github.com/machadop1407
    Business Email: pedro@pedrotech.co
    Tags:
    - ReactJS Tutorial
    - ReactJS and MySQL
    - NodeJS Tutorial
    - API Tutorial
    #reactjs #performance
  • НаукаНаука

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

  • @vamsisaikrishna2040
    @vamsisaikrishna2040 Год назад +13

    Tutorial on React Dev Tools and how to optimize performance would be great and love to see that.

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

    Keep up the good work man. I honestly find your content informative and easy to understand.

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

    Thank you man for these vidoes, please upload more content like this! Your's firebase video was lit 🔥.

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

    Your videos are really helpful 😊

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

    question: what do you think of nextjs? Nextjs is for server-side rendering and i know it but cuz nextjs has many good things such as routing, can i use nextjs for client-side rendering ? Is there any difference if i use react for client-side rendering vs nextjs?

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

    Tutorial about React Tools... I wait it.. thanks a lot for your time and explanations. Good look

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

    Awesome dude keep up the videos

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

    Hello, thanks for the tips and for your hard work. I personally would appreciate a video about progressively fetching data with react, express, and mysql.
    Thank you for your efforts !

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

    GoodJob! We wait for performance tutorial!!!

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

    which theme do u use on ur VS code, please ? looks great

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

    Hey Pedro, how good you are in OOPS, data structures and algorithms and how much you need it for the web development

  • @nirajgurung8348
    @nirajgurung8348 Год назад +6

    Tutorial on React Dev Tools would be great.

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

    lets get this guy to a million subscribers

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

    Mano, faz um video falando sobre como é trabalhar em uma empresa grande como a Twitch. Como foi tua experiência, como lidou com os problemas que iam aparecendo, a pressão, etc

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

    Ooo I would love a tutorial on optimizing with React Dev Tools!

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

    Thank you

  • @Gustavo-bi4hv
    @Gustavo-bi4hv Год назад

    Conteúdo top, mano.

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

    Please create a video on react virtualized, will be very helpful.

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

    Awesome 👍

  • @zachary.ramsumair
    @zachary.ramsumair Год назад

    Legend

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

    Would love a profiler detailed video.

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

    Pedro u can make a tutorial about react virtualize?

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

    I need next.js content!

  • @muhammadfizaniqbal63
    @muhammadfizaniqbal63 11 месяцев назад

    they use graphql as well for fetching lists

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

    make a video about design pattern such as Atomic pattern

  • @AshtonMotana
    @AshtonMotana 3 месяца назад

    Screw css libraries. I like my custom animations. It's super easy to do, and I control it.

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

    Please make the video on Chrome dev tools

  • @muhammadfizaniqbal63
    @muhammadfizaniqbal63 11 месяцев назад +1

    if we have scenario in which we have 5-6 or multiple input fields, we'll have to create refs for every field. This is expensive.

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

    I still suck at styling html with css through a stled component. Most tutorials only show how to style one class to one div without explaining what happens when you start adding multiple classes. Copying and pasting ordinary css certainly doesn't do the trick. Referring to a stylesheet works but that's no use if the platform requires styled components.

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

      There is no tutorial to get good at CSS. Build and style your own projects, feel the pain of writing bad CSS, look up how to solve your problems. Also valuable is revisiting basics of CSS. Ignore component libraries and tailwind until you feel confident writing vanilla CSS, because you'll be much more effective with those technologies if you have the fundamentals.

  • @Mohit-bk4nu
    @Mohit-bk4nu 6 месяцев назад

    I dont think building the components that have already been created is dumb at all, specially for beginners because seeing what a component can do and then building it yourself, makes one elevate their logic building which for sure is going to help them in future, when THEY will create stuff that people are going to use. Maybe in large projects that dont have much longer timeline you can use and customize those components but for beginners, yeah you can build your own components and make it reusable.

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

    Gj you save 10ms. React is super efficent in rerendering small thing like this so you acomplished nothing and even its recomented not to use refs in this situation in react docs

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

      I mentioned in the last example that all of the the small things I mentioned in the video are not 100% necessary. I explain that my method for increasing performance is finding issues and fixing them. Also, I mentioned that this stuff may seem insignificant for us when our programs are small and are running on good computers with good internet, but its important to consider all users using the app.

  • @raht9578
    @raht9578 8 месяцев назад

    thanks pedotech

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

    First

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

    Second

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

    First? :)

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

    video content is not expressed in a way for video retention.

  • @21agdmnm
    @21agdmnm 11 месяцев назад

    pfff stopped watching when heard about useRef. Read the docs..