On my journey to master Redux+React I went on to create a very simple Redux app. Get the code here - https://github.com/arcofdescent/react-starter Some details This repo can be used both as a starter kit for developing Redux+React apps as well as a helpful guide to those wishing to see some simple code (I hope) in … Continue reading Redux+React app starter kit
Tag: react
React with webpack
Today, I'd like to show you how I used the awesome React UI library and the module bundler webpack to build an Android app using Cordova. You can download my app for free! Check it out, especially if you're a guitar player. Lets touch up on webpack briefly. The immediate beauty is the ability for … Continue reading React with webpack