Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 3.98 KB

README.md

File metadata and controls

67 lines (46 loc) · 3.98 KB

LearnJS

A curated learning guide for developers who want learn NodeJS, React, and GraphQL, and at the same time level-up your mastery of the underlying languages and tools behind them so you don't feel like you are blindly gluing together high-level framework API's. This guide assumes basic familiarity with writing JavaScript for browsers.

This guide is divided into sections:

JavaScript

Important concepts: event loop, V8 engine, es6

Required

Extra

NodeJS

Important concepts: modules, built-in features, building a basic web server

Required

Express

TODO

React

Required

GraphQL

Required

Extra