Overview for 'jaysoo'
Written by Jack Hsu
/ Original link
on May. 10, 2017
In this two-part series, I want to take a functional approach to building React applications. There will be mathematical theory sprinkled throughout the series, and hopefully by the end of it you will pick up some useful techniques! Series contents: Part 1 - Deconstructing the React Component Part…
Written by unknown
/ Original link
on Jan. 23, 2017
There’s been a lot of talk about static types recently. I’ve especially noticed that folks who usually work with dynamically typed languages have become big proponents of static typing – and I count myself amongst them. Being a fan of Robert C. Martin (aka Uncle Bob) for a long time, it was a surpr…
Written by unknown
/ Original link
on Dec. 11, 2016
In this series we are looking at code organization in the context of a React and Redux application. The takeaways for the “Three Rules” presented here should be applicable to any application, not just React/Redux. Series contents Part 1 - Three Rules for Structuring (Redux) Applications Rule #1: Or…
Written by unknown
/ Original link
on Aug. 22, 2016
Dynamically typed languages like JavaScript provide a lot of expressiveness and power to the programmer. By not having to think about strict types, a program is more maleable since it will run no matter what, allowing the programmer to write code very quickly. The problem with dynamic types is that…
Written by unknown
/ Original link
on Feb. 27, 2016
In this series we are looking at code organization in the context of a React and Redux application. The takeaways for the “Three Rules” presented here should be applicable to any application, not just React/Redux. Series contents Part 1 - Three Rules for Structuring (Redux) Applications Rule #1: Or…
Written by unknown
/ Original link
on Feb. 27, 2016
In this series we are looking at code organization in the context of a React and Redux application. The takeaways for the “Three Rules” presented here should be applicable to any application, not just React/Redux. Series contents Part 1 - Three Rules for Structuring (Redux) Applications Rule #1: Or…