Readings for Lunch — [ 26 Oct 2018 ]
REACT
Hooked – First Impressions on React Hooks
Yesterday the React team announced a new API, React Hooks. This is a very good write-up of what to expect from this this new API for React components.
PS: guess who contributed to the documentation? @elibelly!
TOOLS
REST Client for Visual Studio Code
This VSCode extension allows you to send HTTP request and view the response in Visual Studio Code directly. Quite handy!