From 26e74cbaa053c52dfe3c6dae5468e417f4a722c1 Mon Sep 17 00:00:00 2001 From: Brody Date: Tue, 14 Feb 2017 11:23:09 -0500 Subject: [PATCH] Added Best Practices & React MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added ‘Best Practices workshopper’ to the ‘Better Dev’ section and React Native docs under ‘Mobile’ --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cd2b6dd..9fafa34 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ The Internet is a vast cache of information and if you know how to navigatge it - Additional information: [Underscore.js](http://underscorejs.org/) has great documentation. Also check out [lodash](https://lodash.com/). - [ ] Learn to test your code - `npm install -g test-anything` +- [ ] Learn the best practices of writing clean JavaScript code. + - `npm install -g js-best-practices` ### Get Started with Node.JS - [ ] Learn the basics of node: asynchronous i/o, http. @@ -144,3 +146,6 @@ The Internet is a vast cache of information and if you know how to navigatge it ### Mobile Development - [ ] Ionic - http://ionicframework.com/ +- [ ] React Native + - https://facebook.github.io/react-native/ + - http://www.reactnativeexpress.com