Тёмный

Everything I Do When I Start A New React Project 

PortEXE
Подписаться 21 тыс.
Просмотров 4,9 тыс.
50% 1

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/artist/moonwash
---
👀 Follow Me:
Twitter ➔ / portexe
Instagram ➔ / port.exe
GitHub ➔ github.com/portexe
Facebook ➔ / portexe
Website ➔ www.portexe.com/
Twitch ➔ / portexe

Опубликовано:

 

14 июл 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@mareboinaravi5272
@mareboinaravi5272 2 года назад
Excellent video brothe
@khandoor7228
@khandoor7228 3 года назад
Awesome thanks!
@PortEXE
@PortEXE 3 года назад
No problem!
@hardikpoudel3011
@hardikpoudel3011 3 года назад
what is the theme you used for visual studio
@DevlogBill
@DevlogBill 10 месяцев назад
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
@poenaeco
@poenaeco 3 года назад
thanks
@PortEXE
@PortEXE 3 года назад
yw 👍
@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.
@Dr460n4ir3
@Dr460n4ir3 Год назад
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( );
@casual_swag1116
@casual_swag1116 2 года назад
deafult export is bad in ts i like your style
@prathamdubey2363
@prathamdubey2363 Год назад
Have you ever tried using Vite?
@PortEXE
@PortEXE Год назад
Yes I use Vite nowadays.
@metaxtatic
@metaxtatic 2 года назад
should i start with svelte or react?
@PortEXE
@PortEXE 2 года назад
Personally I think React is the move
@mentoriii3475
@mentoriii3475 2 года назад
if you plan on getting a job, obviously react is the way
@marcusviniciussilvaoliveir4932
@marcusviniciussilvaoliveir4932 2 года назад
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
Просмотров 56 тыс.
The Hidden Cost Of GraphQL And NodeJS
28:35
Просмотров 184 тыс.
OVOZ
01:00
Просмотров 2,3 млн
Как выходим с тройняшками 🙃
00:17
Vite Crash Course | Faster Alternative To CRA
16:24
Просмотров 189 тыс.
React Redux with TypeScript Crash Course - 2021
43:26
Просмотров 118 тыс.
Build and Document React Components With Storybook
47:11
Build And Publish A React Component Library
24:02
Просмотров 99 тыс.
Mastering React Memo
26:56
Просмотров 132 тыс.
Create A Toast Notification Component With React
1:13:41