React Native in 100 Seconds

preview_player
Показать описание
React Native allows developers to build cross-platform apps for iOS, Android, and the Web from a single JavaScript codebase. Get started building your first native mobile app with React Native

#react #mobiledev #100SecondsOfCode

🔗 Resources

🔥 Get More Content - Upgrade to PRO

Use code lORhwXd2 for 25% off your first payment.

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font
Рекомендации по теме
Комментарии
Автор

i think showing the syntax difference would help explain it better to react devs or web devs in general for example :
*React Native* :
_function_ App(){
_return_ (
<View>
<Text>hello world</Text>
</View>
)
}
*React* :
_function_ App(){
_return_ (
<div>
<p>hello world</p>
</div>
)
}

jweaker
Автор

All of these 100 sec vids are insanely interesting and feels relevant to my career, big up man

benevans
Автор

I really love how u are delivering great content almost every day

japroz
Автор

These short videos as great. It provides the high level gist which I exactly want to understand before jumping in or when I don't have much time

SaiTejarh
Автор

Your content is brilliantly delivered. It's short and to the point, so it makes it so much easier to just take a 2 minute break and learn something new.

ramboraven
Автор

Yes, more react native please! Been loving the content and lessons, thanks a lot!

vicca
Автор

Literally was looking for this yesterday! Awesome video

colinfrankel
Автор

When this absolutely talented man posts a video about something you absolutely love.. it's an absolute magic moment⭐

frankkevy
Автор

One of the most interesting 100 second videos. I'd love to see a longer one.

chrissdehaan
Автор

I love the content you provide and in most of the videos, you provide more than 100 sends, I was expecting that in this video as well. I felt like I was watching it 10 seconds, not 100 secs. I love it though, going!

usufdev
Автор

Hi Jeff! Thank you so much that you are creating such valuable content for all the devs out there 😇 Could you please make a tutorial on styling alternatives in React native? I see there is some transformation plugin that can be used to style using SCSS in our React-native project.

amitjoshi
Автор

I'd definitley be interested in more videos on react native as I've been considering porting an existing react project to native to deploy as a native app. A video on that kind of project would be awesome.

jacobtrevor
Автор

Definitely would like to see more RN content here!
Great video!

michaelblummichael
Автор

for some reason, it is enjoyable to watch and easy to understand while packed with information

ttng_
Автор

fireship, I really love your content thanks for your high-quality videos and I would love to see a comparison of react-native and flutter from you please.

idukpayealex
Автор

This video is so well created that sometimes i just go back here to listen the smooth calm music and voice combination.

DavidM_
Автор

Another awesome info packed video. Jeff, what editing tool(s) are you using to churn out so much quality animated content? aftereffects?

AzaBC
Автор

I would be interested in a React Native Tutorial / Beyond the 100 seconds.

thebtm
Автор

More on react native web!, thank you for the great content as always

scriptingarthur
Автор

This channel is saving my life as a new CS student. Thanks!

ocholol