StarPlatinumSan
StarPlatinumSan
KPCKevin Powell - Community
Created by StarPlatinumSan on 9/6/2024 in #os-and-tools
Error when git cloning a React & Vite & Typescript repo
why cant i just remove node_modules from git ignore and push on github the modules?
16 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 9/6/2024 in #os-and-tools
Error when git cloning a React & Vite & Typescript repo
is that really the regular way of doing it?
16 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 9/6/2024 in #os-and-tools
Error when git cloning a React & Vite & Typescript repo
No description
16 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 9/6/2024 in #os-and-tools
Error when git cloning a React & Vite & Typescript repo
16 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 9/6/2024 in #os-and-tools
Error when git cloning a React & Vite & Typescript repo
because if I do install them each time, I'd have to go through the process, then delete every file except the package.json and THEN clone the repo if it still works
16 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 9/6/2024 in #os-and-tools
Error when git cloning a React & Vite & Typescript repo
ohh so if I add the package.json on github, then I won't need to install the dependencies?
16 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 9/6/2024 in #os-and-tools
Error when git cloning a React & Vite & Typescript repo
the thing is that everything works fine on the original machine I created the app, but not on this one
16 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 9/6/2024 in #os-and-tools
Error when git cloning a React & Vite & Typescript repo
if so, why would I need to do it again to clone a repo, cuz I did it when I first created the project on my other machine
16 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 9/6/2024 in #os-and-tools
Error when git cloning a React & Vite & Typescript repo
do you mean like doing ''npm create vite@latest'' and all?
16 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/25/2024 in #ui-ux
Websites to gain inspiration on how to make my designs
How about books? I heard some web design books were good
14 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
Can't pass props onto another component
I have no clue why
8 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
Can't pass props onto another component
this seems to have worked, by adding the initally empty brackets for some reason
8 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
Can't pass props onto another component
No description
8 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
Can't pass props onto another component
Post-bug fix
8 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
Can't pass props onto another component
No description
8 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
Can't pass props onto another component
these are essentially the errors it shows
8 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
Can't pass props onto another component
No description
8 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
What would be the best approach for my React Resume Builder?
I'm taking notes, I'ma look up how useEffect works, thank you!
7 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
What would be the best approach for my React Resume Builder?
uhh how would I make an array of
const [experienceData, setExperienceData]
const [experienceData, setExperienceData]
?
7 replies
KPCKevin Powell - Community
Created by StarPlatinumSan on 7/26/2024 in #front-end
What would be the best approach for my React Resume Builder?
for the frontend, I'm obviously thinking of adding a button that let's the user add a new field with all the infos to enter from the useState, but how would that translate in the backendish side with the useStates to duplicate the educationData/experienceData sections
7 replies