Jay's Blog

A Compilation of React Patterns and Tips

November 17, 2017

Arrow Functions in Class Properties Might Not Be As Great As We Think: We have to avoid using arrow functions in class properties. Arrow function cannot be found by calling prototype as it is exist in constructor. And bind functions’ performance is better than arrow functions.

React Bits: A Compilation of React Patterns and Tips

Getting from Redux to a state machine

How to Work with Forms, Inputs and Events in React

Way of the Script — React + Redux + Typescript: Part 1 — Introduction

Way of the Script — React + Redux + Typescript: Part 2— Counter


Jay Park

Written by Jay Park who lives in Toronto building SPA and loves React, Redux, GraphQL, Redux-Saga, and Node.