Skip to content

A lesson about the basics of react, including react-router, styling and MobX.

License

Notifications You must be signed in to change notification settings

StefanSchwartze/react-lesson

Repository files navigation

React lesson

This is a lesson about React.js. It helps to get started with:

  • React basics
  • Styling of React components
  • React-Router (v4)
  • MobX

To get started, first install all dependencies:

$ npm install
$ npm install -g reveal-md

To run the presentation, type:

$ reveal-md slides.md

To generate a PDF version of the slides, type:

$ reveal-md slides.md --print slides.pdf

or directly append ?print-pdf to the browsers URL (don't forget to remove slide numbers like #/1 eg.). Then execute the print command in your browser.

To read them without sugar, click here.

About

A lesson about the basics of react, including react-router, styling and MobX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published