To learn and teach React and Redux were my greatest accomplishments in 2016. Very late in 2015 I started to learn React. I did a lot of JavaScript before, read a lot about React, but never used it before. Early in 2016 I wrote my first application in React and Redux - a SoundCloud Client (source: https://github.com/rwieruch/favesound-redux , live: http://www.favesound.de ). I wanted to share the joy of learning, the…
I've spent the last year+ hanging out in the Reactiflux chat rooms, and apparently have consistently been the top contributor by message volume every month - and not by small margins, either ([0]). At a conservative estimate of 3 people helped a night, that's somewhere over 1000 people I've helped there, which is pretty cool.
In March-ish, I created a links list for tutorials, articles, and other resources related to React and Redux ([1]). I've continued to add links on a weekly basis, and that list recently hit 5500 stars. I've also maintained a Redux addons catalog ([2]), which just hit 1500 stars.
I wrote two major sections for the Redux docs: the FAQ page ([3]), and the "Structuring Reducers" how-to/recipe section ([4]). Those have been very well received. As a result, Dan Abramov added me as a contributor to the Redux repo, and eventually handed the keys to me and Tim Dorr as the official maintainers. I also helped offer advice and critiques for Jim Bolla as he built the new React-Redux v5 implementation ([5])
Finally, I started up a dev blog, where I've been writing about use of React and Redux ([6]). In particular, I've been writing a tutorial series called "Practical Redux" ([7]), which is intended to demonstrate some useful techniques I've come up with in the context of a sample app that's _not_ yet another TodoMVC clone :) I also wrote a recap of how I got involved in Redux in the first place ([8]).
So yeah, it's been a pretty crazy last year, but I love being able to help people learn how to use React and Redux.
[0] https://twitter.com/reactiflux/status/743880425576103936
[1] https://github.com/markerikson/react-redux-links
[2] https://github.com/markerikson/redux-ecosystem-links
[3] http://redux.js.org/docs/FAQ.html
[4] http://redux.js.org/docs/recipes/StructuringReducers.html
[5] https://github.com/reactjs/react-redux/pull/416
[6] http://blog.isquaredsoftware.com/
[7] http://blog.isquaredsoftware.com/series/practical-redux
[8] http://blog.isquaredsoftware.com/2016/09/how-i-got-here-my-j...