Skip to content

Latest commit

 

History

History
159 lines (110 loc) · 5.85 KB

community-resources.md

File metadata and controls

159 lines (110 loc) · 5.85 KB

Community Resources

Link Lists

Online IDEs and Editors

  • CodeSandbox
    https://codesandbox.io/
    An online IDE focused on React applications. Includes the ability to import NPM packages, browse existing sandboxes by tags, export projects for use with Create-React-App, and much more.

  • WebpackBin https://www.webpackbin.com/
    An online IDE with the ability to import NPM packages, create ES2015 and TypeScript projects, and more.

  • StackBlitz
    https://stackblitz.com/
    An online IDE based on Visual Studio Code, including its Intellisense code completion. Can create React and Angular projects, import NPM packages, continue development while offline, and more.

People

Podcasts

Newsletters

Online Course Sites

  • Egghead.io
    https://egghead.io/
    Numerous courses with short, bite-size videos on a wide variety of topics. Some courses and videos are free, others require a paid subscription to Egghead to access.

  • Frontend Masters
    https://frontendmasters.com/
    Front-end training courses from masters who are shaping the industry.