How To Code in A Large Codebase
15:37
Пікірлер
@Ridder-In-Harnas
@Ridder-In-Harnas 10 сағат бұрын
46:00, guest_session_id = undefined in local storage. someone explain please!
@VenugopalaSwamy-fb3se
@VenugopalaSwamy-fb3se 14 сағат бұрын
it it possible to connect it to our payment apps and get expense , without manually adding?
@aymenbachiri-yh2hd
@aymenbachiri-yh2hd 14 сағат бұрын
thanks
@oluchipeace5271
@oluchipeace5271 15 сағат бұрын
This tutorial is Golden!!
@ioana4011
@ioana4011 18 сағат бұрын
Thank you so much, Pedro, for the video. I have been watching many videos, but yours are by far more helpful. Would you be able to do a tutorial on Nivo charts API integration? This topic is poorly documented and it would help tremendously to have your guidance. I am pretty sure I am not the only one searching for it 😅. Many thanks 😊
@RohitKohli-rd7dh
@RohitKohli-rd7dh 19 сағат бұрын
Provider' refers to a value, but is being used as a type here. Did you mean 'typeof Provider'? any one came across this?
@bimaturity362
@bimaturity362 20 сағат бұрын
thanks for the video, the makers of github really need to rethink their documentation to say the least..
@getoverhere4465
@getoverhere4465 Күн бұрын
When useHistory changes pages, does it get rid of the memory or cache in the browser? For instance, if I have a function call history.push() and then execute a bunch of other code, will the other code continue to execute after the new page loads?
@juancarlosrodriguez1085
@juancarlosrodriguez1085 Күн бұрын
Great!…as always!…
@belcha
@belcha Күн бұрын
I didn't use exactly what you showed in the video, but it helped me understand the missing piece to make my code work. Thanks!
@adewumikafilat4638
@adewumikafilat4638 Күн бұрын
Thank you so much, this is so helpful. Well explained, concise and detailed.
@july9566
@july9566 Күн бұрын
Hello how do you restart your mongo db server.?
@GreenDigitalAsia-wi2zr
@GreenDigitalAsia-wi2zr 2 күн бұрын
Смоук ФХ кинг
@WebsteRx7
@WebsteRx7 2 күн бұрын
did any1 get the cors-origin-opener-policy error....if yes how did you solve it?
@puzzledneuron955
@puzzledneuron955 2 күн бұрын
Thanks its a very good intro before starting with react.
@soulfibre6695
@soulfibre6695 2 күн бұрын
Thank you, sir!
@hamzausman2746
@hamzausman2746 2 күн бұрын
You are the best Pedro
@genztechman
@genztechman 2 күн бұрын
Thank You
@danialfiroozi8317
@danialfiroozi8317 2 күн бұрын
Hi, whats your theme name?
@andy0401ify
@andy0401ify 2 күн бұрын
Thank you for putting this together. Really thoughtful explanation and examples! Amazing!
@welldiscerned7540
@welldiscerned7540 3 күн бұрын
Hey Pedro , I wanted to tag your linkedIn to my post, as you have helped me to integrate enums with my project that I am working on, however i clicked the link to your linkedIn account and it shows a 404
@royarnab
@royarnab 3 күн бұрын
immer seems to be a useful thing, thanks
@uridevmedia
@uridevmedia 3 күн бұрын
Thanks for this ❤❤, though I've been trying to get your LinkedIn username but haven't found it, the one in KZfaq bio is broken
@VinciJeremy789
@VinciJeremy789 3 күн бұрын
"dispatch is not a function" -this error is coming. What to do😢
@kainatfarooq6245
@kainatfarooq6245 3 күн бұрын
Thank you for this tutorial.
@TonDLuffy
@TonDLuffy 3 күн бұрын
Very concise and complete tutorial. Thanks!
@ducdominh9390
@ducdominh9390 3 күн бұрын
what if i want to click outside of the search result and it will close down but the input still remains, what logical should i implement
@abhayrachanaikar413
@abhayrachanaikar413 3 күн бұрын
I struggled so much with understanding State since a year but now I finally do, thanks dude
@jovanvukomanovic1527
@jovanvukomanovic1527 3 күн бұрын
Great video Pedro!
@user-sd6qf3qp2f
@user-sd6qf3qp2f 3 күн бұрын
when i make npm install modenom and before also i make install to other thing so am having 2 files of " package.jason" and 2 files of "package-lock.jason" how can i solve the problem
@nilachalsethi5386
@nilachalsethi5386 3 күн бұрын
Make a video on TypeScript for React
@adi-ai-007
@adi-ai-007 3 күн бұрын
Nicely explained
@williamrinaldi1808
@williamrinaldi1808 3 күн бұрын
Prop changes do not trigger rerenders. If props are stored in state, the state change in the parent causes rerender.
@PedroTechnologies
@PedroTechnologies 3 күн бұрын
Prop changes do trigger re-renders if they are being used
@williamrinaldi1808
@williamrinaldi1808 3 күн бұрын
Why set state for the search term? You can just set filtered fruits state in handle input function and filter using the event target value.
@manishankart6862
@manishankart6862 3 күн бұрын
really a useful tutorial which is way better for understanding the validations..keep going
@geneherald8169
@geneherald8169 4 күн бұрын
For those who have a blank page when they go to their github URL and you're using react router, you need to add: 'basename={process.env.PUBLIC_URL}' to the BrowserRouter tag. Ex. This is my app.js file: import React from 'react'; import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; import HomePage from './HomePage'; import AboutPage from './AboutPage'; function App() { return ( <Router basename={process.env.PUBLIC_URL}> <Routes> <Route path="/" element={<HomePage />} /> <Route path="/about" element={<AboutPage />} /> </Routes> </Router> ); } export default App;
@meenasekar7379
@meenasekar7379 4 күн бұрын
Thank you,,,sooooooo much doood
@bribri-dy1te
@bribri-dy1te 4 күн бұрын
does it have a backend and database connected to it? or its just a frontend stuff? ty
@l-fitness3590
@l-fitness3590 4 күн бұрын
I know it doesn’t matter which way you do this but I prefer to use index to filter so you can just do I == index
@l-fitness3590
@l-fitness3590 4 күн бұрын
lol made this comment before seeing the part where you changed it 😂
@mitch1668
@mitch1668 4 күн бұрын
Hey Pedro, do you do resume/portfolio reviews? Wanted to know if I can send you my resume, will of course pay for the services.
@PedroTechnologies
@PedroTechnologies 4 күн бұрын
Nahh I will review it, no need to pay. Great vid idea! Send me your resume through my email ([email protected]) with the subject following text as the subject: "Resume/Review". If you are willing to have your resume be part of a vid,
@mitch1668
@mitch1668 4 күн бұрын
@@PedroTechnologies Would love that! Will send to you tonight.
@ayushdumasia
@ayushdumasia 4 күн бұрын
Nice and short explanation , Love from India ❤❤❤❤