Skip to content

Instantly share code, notes, and snippets.

@vamshi4001
Created February 13, 2017 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vamshi4001/23e2f23d867e10974d056b0a8416bd2b to your computer and use it in GitHub Desktop.
Save vamshi4001/23e2f23d867e10974d056b0a8416bd2b to your computer and use it in GitHub Desktop.
List of high quality blogs on react-native
<div class="md"><p>Going alphabetically by blog title through my "high quality blogs" subscriptions:</p>
<ul>
<li><a href="http://benmccormick.org/">Ben McCormick</a>: used to write mostly about Backbone, has now moved to React.</li>
<li><a href="http://cmichel.io/">Christoph Michel</a>: has written a number of good articles about React, React Native, and Redux</li>
<li><a href="http://randycoulman.com/blog/">Randy Coulman</a>: excellent, deep, well-written articles about Redux and functional programming techniques</li>
<li><a href="https://medium.com/@dan_abramov/">Dan Abramov</a>: It's Dan Abramov. Possibly the nicest, most helpful guy in the React/Redux community, who also happens to have written some of the most informative and influential articles about using React and Redux.</li>
<li><a href="http://www.davidmeents.com/">David Meents</a>: assorted React and Redux articles</li>
<li><a href="https://decembersoft.com/">Philip Davis</a>: Redux and Webpack tutorials</li>
<li><a href="http://goshakkk.name/">Gosha Arinich</a>: Fantastic articles on using forms in React. (Also about to launch an excellent book, "The Missing Forms Handbook for React". Go buy it!)</li>
<li><a href="http://jlongster.com/">James Longster</a>: deep, <em>deep</em> articles on React concepts and advanced functional programming-related techniques, as well as things like writing a JS debugger.</li>
<li><a href="http://lucybain.com/blog/">Lucy Bain</a>: Some excellent recent articles on React basic concepts and things like promises</li>
<li><a href="http://mxstbr.blog/">Max Stoiber</a>: Max is an expert on CSS-in-JS approaches and component architecture, and has written many articles on those topics.</li>
<li><a href="https://remysharp.com/">Remy Sharp</a>: lots of general web dev articles, including some discussion of how he learned React</li>
<li><a href="https://www.robinwieruch.de/">Robin Wieruch</a>: high-quality, clearly written tutorials on a variety of React and Redux-related topics</li>
<li><a href="http://survivejs.com/blog/">Juho Vepsäläinen</a>: informative interviews with developers behind various React-related libraries</li>
<li><a href="http://www.zsoltnagy.eu/">Zsolt Nagy</a>: some good articles on React, Redux, and ES6</li>
<li><a href="http://www.2ality.com/">Dr. Axel Rauschmayer</a>: deep, detailed, high-quality articles on the latest in-progress Javascript language features. (Not strictly React, but totally worth subscribing to).</li>
</ul>
<p>Aaand finally, I'll throw in a plug for <a href="http://blog.isquaredsoftware.com/">my dev blog</a> as well. I primarily write about intermediate to advanced Redux topics, as well as some React and Webpack stuff. That includes my <a href="http://blog.isquaredsoftware.com/series/practical-redux">"Practical Redux" tutorial series</a>, which demonstrates a variety of useful React and Redux techniques in the context of a somewhat "real-world"-ish sample application; the <a href="http://blog.isquaredsoftware.com/series/idiomatic-redux">"Idiomatic Redux" opinions series</a>, where I offer up my thoughts on good Redux development practices; and various other posts, such as web-published versions of presentations I've given. (And I have a bunch more posts I'd like to write, which you can see in my <a href="https://gist.github.com/markerikson/840fc9baf9598971ae252b92ac832955">list of tentative future posts</a>.)</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment