You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p >Written by <ahref='http://rahulgaba.com'>Rahul Gaba</a> and <ahref='http://atulr.com'>Atul R</a></p>
9
12
13
+
<p >Written by <ahref='http://rahulgaba.com'>Rahul Gaba</a> and <ahref='http://atulr.com'>Atul R</a></p>
10
14
11
-
>A reference for building production-grade applications which are easy to test, maintain and extend to multiple platforms. This book is for the Web developers who have already got their hands dirty with React and ES6 and want to build complex native apps.
15
+
>A reference for building production-grade applications which are easy to test, maintain and extend to multiple platforms. This book is for the Web developers who have already got their hands dirty with React and ES6 and want to build complex native apps.
12
16
13
17
### You will learn
14
18
15
-
* How React Native works internally and how to debug RN apps.
16
-
* How to test and write modular code in react-native.
17
-
* Redux: the state container.
18
-
* How to set up a good DevOps pipeline which will increase your team's productivity and ensure seamless testing.
19
-
* How to extend your react-native codebase to support web or any other platform by just following some code conventions.
19
+
- How React Native works internally and how to debug RN apps.
20
+
- How to test and write modular code in react-native.
21
+
- Redux: the state container.
22
+
- How to set up a good DevOps pipeline which will increase your team's productivity and ensure seamless testing.
23
+
- How to extend your react-native codebase to support web or any other platform by just following some code conventions.
20
24
21
25
We are following a native-first approach while keeping an eye out for potentially extending to the web. You will eventually see how easy it is port the application to the web by following conventions.
22
26
@@ -39,7 +43,6 @@ Our knowledge is based on our experience of working with React Native apps for a
This is an open source book hosted on Github. We will keep updating the contents of the book as and when it gets outdated. Please feel free to contribute or leave a comment in the Disqus.
0 commit comments