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: webpack
Organizing A large JavaScript application
As my project lickcreator keeps getting larger, the need to decide upon and implement a good directory structure becomes pretty important. I previously had all my .js files in a common directory called src. Well that's dirty, but its fine if you just have a few files (think less than 7). I'm using Backbone.js so … Continue reading Organizing A large JavaScript application
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