Dipesh Malvia

Dipesh Malvia

Hi Guys, This channel is all about helping you to learn web development skills and techniques in most simplified and fun way. If you are just getting started in web development then this channel has all the tutorials and videos you need to learn the newest and most popular technologies to convert you from a beginner to full stack web developer.

I started this channel to share my learning path. Doing data entry for my first job in 2013 to a Technical Lead for top capital market clients I have come a long way. I am passionate about teaching and inspire more people to grow as web developers.

Thank you for watching!

Пікірлер

  • @vishalsinghpanwar2972
    @vishalsinghpanwar2972Күн бұрын

    31:28

  • @prateekthapliyal6108
    @prateekthapliyal6108Күн бұрын

    Sir how can we link this with the front end made with react js?

  • @jalluchakri1528
    @jalluchakri1528Күн бұрын

    Thanks for developing the Application of ReactJS With Firebase Auth & Store

  • @fabioleitedev
    @fabioleitedev2 күн бұрын

    Still using this content for helping me in 2024. 👏

  • @rohitdotexe
    @rohitdotexe2 күн бұрын

    1:18:57

  • @rituraj1872
    @rituraj18722 күн бұрын

    Hi Dipesh I am trying to fetch data using the map function but I'm unable to get the output on my web page what are the issues can you please help?

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    Unfortunately, it is difficult to understand what you are trying to do and what error you get ? I need a codebase to understand what you are trying to do ?

  • @rituraj1872
    @rituraj1872Күн бұрын

    @@DipeshMalvia function Contactlist(props){ console.log(props) const renderContact = props.contacts?.map((contact)=>{ return( <div className='ui contactlist'> <div className='content'> <div>{contact.Name}</div> <div>{contact.mail}</div> </div> actually here the map function is not working. it was showing -:TypeError: Cannot read properties of undefined (reading 'map')

  • @shadab9857
    @shadab98573 күн бұрын

    Why you do this to students, making promotion videos in name of review. You should tell the reality don't miss guide the students

  • @ajiteshmishra0005
    @ajiteshmishra00054 күн бұрын

    While making final component to render We write the code like export default function App(){ return () } OR export function App(){ return () } OR function App(){ return () } export default App; OR const App = ()=> { return () } export default App; What is the difference in these 4 types of "export" in React-JS??

  • @cyberpaimpol
    @cyberpaimpol5 күн бұрын

    In this case contexts are the solution no ? Why a Component ?

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    If you mean Context API then it is used for the sharing data and creating global data store to share among not so complex applications. This is a pattern that helps you to achieve SOC.

  • @cyberpaimpol
    @cyberpaimpolКүн бұрын

    @@DipeshMalvia Of course !

  • @namebmw8092
    @namebmw80925 күн бұрын

    Hi! Hidden component is deprecated. How can i change it?

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    I don't recall, you can check the documentation.

  • @arujgarg7267
    @arujgarg72675 күн бұрын

    53:15

  • @samdisilvaashish311
    @samdisilvaashish3116 күн бұрын

    "I'm sorry, but this video is quite confusing. Could you please delete it and create a new one using the latest version of React?

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    I can definitely think of creating a new but delete this is not possible.

  • @TheGabrielMoon
    @TheGabrielMoon6 күн бұрын

    beginners DO NOT do this in a serious project. We have hooks now, they are enough to separated logic from UI. This pattern is very outdated and makes your project more complex to maintain. You can also use typescript instead proptypes

  • @somnathroy102
    @somnathroy1024 күн бұрын

    Now this comment has put me in jeopardy whether to watch or not

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    Yes, I have mentioned the same if you we are using typescript you don't need proptypes for validation of props. However this pattern is still followed in large applications. Hooks is also one of the pattern but that doesn't mean this is outdated.

  • @sakthikousikr
    @sakthikousikr6 күн бұрын

    Sir. Can you please say how to host i have tried using vercel but i am getting 404 error for json api

  • @ridho.p2383
    @ridho.p23836 күн бұрын

    2024 still use proptypes?

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    Yes, there are companies and applications I have seen where propstypes are used because they are not using TS.

  • @shubhamgupta-bl1tr
    @shubhamgupta-bl1tr6 күн бұрын

    Nice please come up with more react design patterns

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    Thanks and sure

  • @user-ds5ey9gc3n
    @user-ds5ey9gc3n6 күн бұрын

    Sir please I requested to make Node js express mong db more projects to learn more and more Sir I will wait it and I appreciate your Time and Effort Sir

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    I will try my best

  • @user-ds5ey9gc3n
    @user-ds5ey9gc3n6 күн бұрын

    Welcome back Sir , Amazing Tutorial with clear Explanation Sir Thanks So Much

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    Thanks and welcome

  • @antonioluizcrisostomoprzeb320
    @antonioluizcrisostomoprzeb3207 күн бұрын

    Thank you, even though i got a problem to get your accent, you'll guys from India makes programming get easier. Have a good week.

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    Thanks

  • @umarfarooq6145
    @umarfarooq61457 күн бұрын

    the upload care part is not explained as the whole project was based upon it

  • @prateekthapliyal6108
    @prateekthapliyal61087 күн бұрын

    thank you very much

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    You are welcome

  • @Undertaker1331
    @Undertaker13318 күн бұрын

    56:28

  • @MamtaG-g2p
    @MamtaG-g2p8 күн бұрын

    I am getting below error for editContact, not able to resolve this. it is pointing to "updateContactHandler" function ERROR: TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them at AsyncFunction.invokeGetter (<anonymous>:3:28) at EditContact.update (localhost:3000/static/js/bundle.js:900:9)😔

  • @jenniferezediuno6305
    @jenniferezediuno63058 күн бұрын

    The part that shows the links and the delete or copy link icons is not showing in my local host. what could be the problem?

  • @beastuhmodeuhgamingunivers4518
    @beastuhmodeuhgamingunivers45189 күн бұрын

    i am facing this error Firebase: Error (auth/argument-error).

  • @kailashmali8300
    @kailashmali83009 күн бұрын

    Nice content

  • @_Good_Evening_
    @_Good_Evening_9 күн бұрын

    Thank you man!!!!!!!!

  • @DipeshMalvia
    @DipeshMalviaКүн бұрын

    Happy to help

  • @awangandas1700
    @awangandas170010 күн бұрын

    Sir, your the app which you have deployed isn't working well

  • @aniketbond0072
    @aniketbond007210 күн бұрын

    Sir can I connect this frontend to backend project you teached us in backend series? Please help me🙏

  • @aniketbond0072
    @aniketbond007210 күн бұрын

    Sir how can I connect this frontend to the nodejs backend project you teached in backend series. Please help meee🙏

  • @sudhakiran8292
    @sudhakiran829210 күн бұрын

    I have an swetting, when i am same cide write on my laptop ro as weyas understand

  • @techsavy5669
    @techsavy566911 күн бұрын

    I play all other videos at 1.25x , but yours 0.75x MM was overwhelming for newbie like me. :) Cheers.

  • @rajatgour9686
    @rajatgour968611 күн бұрын

    UseMemo is also give same result

  • @leorematika5455
    @leorematika545511 күн бұрын

    Great video. properly explained in 15 minutes

  • @kikikrish7497
    @kikikrish749711 күн бұрын

    1. Maximum call stack size exceeded RangeError: Maximum call stack size exceeded 2. Network Error AxiosError: Network Error mee to facing this problem ... i dont know how to resolve this ..... please hepl me to resolve these errors sir

  • @NisargAhir-fd7un
    @NisargAhir-fd7un12 күн бұрын

    If I have implemeted clusters to use all the thread then how to implement real singleton design pattern class because if there is a 8 logical thread in my PC then it will create 8 different instance. In c++ they uses mutax to solve this solution. But I don't know how to implement this in nodejs. Can you help me with this?

  • @tejakoncha1816
    @tejakoncha181613 күн бұрын

    Telling things in a faster way. Not given a proper explanation

  • @34raghulrcse60
    @34raghulrcse6014 күн бұрын

    How to embed this backendcode to frontend to make a working website please a put video on this sir.

  • @programers
    @programers14 күн бұрын

    awsome

  • @ujjwalgarg4407
    @ujjwalgarg440714 күн бұрын

    Thanks for the video, it was very descriptive and really easy to follow.

  • @fathimashamla9053
    @fathimashamla905317 күн бұрын

    Very explained tutorial ❤ Could you please provide another video for deployment of this project 🙏

  • @user-vg7hm3kk4b
    @user-vg7hm3kk4b18 күн бұрын

    Totally Waste of Time bro

  • @17-04-4
    @17-04-415 күн бұрын

    why bro?

  • @AnshulKumar-hy1hn
    @AnshulKumar-hy1hn18 күн бұрын

    Best Tutorial Ever!!

  • @adarshanayak8392
    @adarshanayak839218 күн бұрын

    I have a suggestion, instead of using Layout inside each of the pages, we could rather wrap <Outlet/> in protected routes with <Layout> and it should work the same way.

  • @DipeshMalvia
    @DipeshMalvia18 күн бұрын

    @@adarshanayak8392 : that’s a very good suggestion we always have some room for improvement.

  • @DipeshMalvia
    @DipeshMalvia18 күн бұрын

    You can change the code and become contributor and raise PR to GitHub I will approve and merge

  • @noobiedev3455
    @noobiedev345519 күн бұрын

    Can u do a video on react typescript npm package publishing

  • @KawserRezwan
    @KawserRezwan19 күн бұрын

    i appreciate the hard work.

  • @sethusuresh9196
    @sethusuresh919619 күн бұрын

    When I try to use react-bootstrap components I get the below error 'Container' cannot be used as a JSX component. Its return type 'ReactNode' is not a valid JSX element. Type 'undefined' is not assignable to type 'Element | null'. This is happening only for certain specific react-bootstrap components.

  • @frankillumate
    @frankillumate19 күн бұрын

    But this deployed App doesn't work on my phone. Is it me or i need to try it on a desktop

  • @rohitdotexe
    @rohitdotexe19 күн бұрын

    1:56:17 uuid install