Everything I Do When I Start A New React Project

  Рет қаралды 4,953

PortEXE

PortEXE

Күн бұрын

Step-by-step instructions on how I set up almost all of my React projects for the best developer experience
#React.js #PortEXE
🎵 Music by Moon Wash.
songfuze.com/a...
---
👀 Follow Me:
Twitter ➔ / portexe
Instagram ➔ / port.exe
GitHub ➔ github.com/por...
Facebook ➔ / portexe
Website ➔
Twitch ➔ / portexe

Пікірлер: 35
@DevlogBill
@DevlogBill Жыл бұрын
Hi PortEXE, I would like to learn React Native since I now have a decent understanding of Django. Which project would you recommend I start with React or React-Native? I am told there is a much steeper learning curve with React since you need to learn a lot about importing different types of modules and that with React Native you just need to learn the very basics of React in order to get started with React Native since React Native doesn't use the virtual DOM but instead uses APIs for native components, did I get this right? Or am I completely wrong?
@modestas2890
@modestas2890 3 жыл бұрын
Curious why you dont like default exports for your components? Doesn't it make it easier to distinguish a component from a util function etc?
@modestas2890
@modestas2890 3 жыл бұрын
Oh I guess so you can import multiple components in the same line with the way yuou are doing it
@prathamdubey2363
@prathamdubey2363 2 жыл бұрын
Have you ever tried using Vite?
@PortEXE
@PortEXE 2 жыл бұрын
Yes I use Vite nowadays.
@mareboinaravi5272
@mareboinaravi5272 3 жыл бұрын
Excellent video brothe
@casual_swag1116
@casual_swag1116 2 жыл бұрын
deafult export is bad in ts i like your style
@hardikpoudel3011
@hardikpoudel3011 3 жыл бұрын
what is the theme you used for visual studio
@Dr460n4ir3
@Dr460n4ir3 2 жыл бұрын
I dont understand this just over complecates things and I followed your instructions now it will not render when I have import {App} from 'componets'; only works with import {App} from './components'; Also your ReactDom is completely different from the default create-react-app you never explain this in your video: Yours: ReactDOM.render( , document.getElementById('root'), ); Default: const root = ReactDOM.createRoot(document.getElementById('root')); root.render( );
@khandoor7228
@khandoor7228 3 жыл бұрын
Awesome thanks!
@PortEXE
@PortEXE 3 жыл бұрын
No problem!
@RahulSharmax19
@RahulSharmax19 3 жыл бұрын
Is the common index.js exporter file inspired from python?
@PortEXE
@PortEXE 3 жыл бұрын
Not necessarily, no. It’s more of a common standard among a lot of different projects. It just tells *things* what certain directories have to offer.
@poenaeco
@poenaeco 3 жыл бұрын
thanks
@PortEXE
@PortEXE 3 жыл бұрын
yw 👍
@metaxtatic
@metaxtatic 3 жыл бұрын
should i start with svelte or react?
@PortEXE
@PortEXE 3 жыл бұрын
Personally I think React is the move
@mentoriii3475
@mentoriii3475 2 жыл бұрын
if you plan on getting a job, obviously react is the way
@marcusviniciussilvaoliveir4932
@marcusviniciussilvaoliveir4932 3 жыл бұрын
there were some extensions that i had to install to do the same you did in the video, and i didn't know it because you didn't explain...so i had to figure out by my self.
@PortEXE
@PortEXE 2 жыл бұрын
Like what?
@angladephil
@angladephil 3 жыл бұрын
It would be almost faster to create the react template/structure for your App from scratch than doing all these modifications ...
@PortEXE
@PortEXE 3 жыл бұрын
It takes far less time when I’m not explaining everything as I go
@angladephil
@angladephil 3 жыл бұрын
@@PortEXE ok, thx.. It was "some" humour ...
@jonaskromwell4464
@jonaskromwell4464 Жыл бұрын
Love the content! Hate your pronunciation of JSON. It's like the name Jason, not JSAHN, Dammit! Let the wars begin! (But REALLY GREAT content!!!)
@PortEXE
@PortEXE Жыл бұрын
It’s pronounced the same as it is pronounced in the word “object” since that is the word it comes from.
@jonaskromwell4464
@jonaskromwell4464 Жыл бұрын
@@PortEXE Clearly, we're both wrong. See the pronunciation from the creator himself... How to Pronounce JSON www.google.com/url?sa=t&source=web&rct=j&url=m.youtube.com/watch%3Fv%3DuR-f4b0G9lo&ved=2ahUKEwiewduludj8AhXblmoFHcwFBl0QFnoECBEQBA&usg=AOvVaw38UFr2NyScLNmcjmTPGOoF
@PortEXE
@PortEXE Жыл бұрын
@@jonaskromwell4464 Well the creator of GIF says it's pronounced "JIFF" so I don't go by that logic.
@ayushshah7372
@ayushshah7372 3 жыл бұрын
please checkout component-creator-reactjs on npm .. it might help you with your boilerplate code generation
@PortEXE
@PortEXE 3 жыл бұрын
I actually plan on making my own cli tool for this pretty soon!
How a React App Works Under the Hood
14:18
PortEXE
Рет қаралды 58 М.
Create A Toast Notification Component With React
1:13:41
PortEXE
Рет қаралды 16 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 20 МЛН
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 131 МЛН
Mastering React Memo
26:56
Jack Herrington
Рет қаралды 137 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 489 М.
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 80 М.
My Forever Dev Workflow
16:02
typecraft
Рет қаралды 108 М.
Build And Publish A React Component Library
24:02
PortEXE
Рет қаралды 106 М.
Beginner React.js Coding Interview (ft. Clément Mihailescu)
36:31
Ben Awad
Рет қаралды 2,2 МЛН
Don't Use Websockets (Until You Try This…)
6:46
Code With Ryan
Рет қаралды 322 М.
Build and Document React Components With Storybook
47:11
PortEXE
Рет қаралды 90 М.