Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 636 Bytes

ROADMAP.md

File metadata and controls

29 lines (24 loc) · 636 Bytes

Project Roadmap

Lesson 0: Introduction

  • Testing Basics,
  • Primitives
  • Functions
  • Objects

Lesson 1: React Templating Basics

  • Templating with Stateless components
  • Testing With Enzyme
  • Default Properties
  • Logic in a Stateless Component
  • Storybook
  • CSS Modules

Lesson 2: The React Component Lifecycle

Lesson 3: Building out a Component Library

  • CSS Modules revisited
  • Using redux-cli for generating sane defaults
  • Children

Lesson 4: Integrating with a Starter Kit