-
Square root In Scheme
Scheme is beautiful, here’s a nice example on how to calculate square root with a 0.001 tolerance: Just functions building upon functions…
-
Boilerplate: Webpack + React + Redux
A boilerplate for playing around with react, redux and react-router with the help of webpack. Contains: a working example of a filterable table which you can play around with (look below). ES6 – 7 Support with Babel Redux dev tools to help you keep track of the app’s state hot module replacement support so you…
-
Understanding a Simple React, React-Router and Redux Application in ES2015. Part 2
This is the third article in a series of posts on react, redux and webpack. Others: configuring webpack Understanding a simple react, redux and react-router app in es2015, part1. Here, we will cover the routes configuration, the actions and all the react components starting from the Root.