Skip to content

Instantly share code, notes, and snippets.

View MiniMilkfish's full-sized avatar
🎯
Focusing

liuzhx MiniMilkfish

🎯
Focusing
View GitHub Profile

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?