State vs. Props State vs. Props A components state and props do share some common ground: Both are plain JS objects Both can have default values Both should be accessed/rea...
Colorization of JSX code in VS 2015 Colorization of JSX code in VS 2015 With TypeScript 1.8, JSX tags are now classified and colorized in Visual Studio 2015. The classificat...
nil channel VS closed channel nil channel VS closed channel The zero value of channel type is nil , and the send and receive operations on a nil channel will always block. Ch...