rrtr is Dead, Long Live React RouterJimmy is now an owner of React Router. We hugged it out (like a 20 minute embrace, it was awkward, but warm, he’s much taller than I realized).This isn’t really about Jimmy or the fork though.
Webpack — The Confusing PartsWebpack is the leading module bundler for React and Redux apps. I think folks using Angular 2 and other frameworks are also using it a lot these days.When I first saw a Webpack config file, it looked very alien-y 👽 and confusing 😱. After playing…
Improve React performance with Babelby Olivier TassinariReact is well know for its virtual DOM implementation and its good performance out of the box.There are many ways to speed it up. Just to name a few:
Say Hello to React CDKThis is a Component Development Kit for React. It’s not a just another boilerplate, but something much much more, and…
Making Android Development EasierTaking Ideas From The Front-End WebIf you’ve done Android, you know how quickly your code can grow in complexity as you build out your app. Java is known for boilerplates, and UI-related code (XML & Java combined) will…
5 Open Source React Native Projects To Learn FromBest way to learn writing software is to read open source code — Every Senior Programmer.
Angular 2 versus React: There Will Be BloodAngular 2 has reached Beta and appears poised to become the hot new framework of 2016. It’s time for a showdown. Let’s see how it stacks up against 2015’s darling: React.
State of the Art JavaScript in 2016So, you’re starting a brand new JavaScript front end project or overhauling an old one, and maybe…
Introducing React StorybookWith React Storybook, you can develop and design UI components outside your app in an isolated environment. It will change how you develop UI components.