Summarizing The Course

The end of an RIA era.

Read more...

Comparison Between The Old And New App Architecture

This post will be a comparsion between my previous app that where built in Typescript with Bootstrap, Mustache.js and jQuery and this app written in ES2015/2016 with React, Redux, React-MDL and what not. The comparsion will be on how the architecture is designed.

Read more...

Finishing The App

The app is (almost) finished!

Read more...

Exclude Modules When Building For Production

Sometimes you want to use different modules when developing an app and when you build it for production. In this post I will show you a practical example on how you can do it using Webpack.

Read more...

My Minimal State

On a quest to find the minimal state my app need to have

Read more...