Skip to content

Instantly share code, notes, and snippets.

View dmy147's full-sized avatar
🏠
Working from home

DMY dmy147

🏠
Working from home
View GitHub Profile
@TyrealGray
TyrealGray / 100 Stupid Questions for React Native.md
Last active August 31, 2022 14:31
100 Stupid Questions for React Native

100 Stupid Questions for React Native

What is React Native? Is it same as React?

React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components.

https://facebook.github.io/react-native/

Is React Native easy to learn?

It depends on what project you are going to build. As for front-end developer, you nearly need to learn nothing, only a new way to write javascript (Redux, JSX).

Do I must learn Redux?