- Core Concepts
- The Selector pattern
- Normalizing State Shape
- Middleware
- Side Effects
Slides here => https://romaindso.github.io/redux-training/
Exercices are available on the following repo into tp-*
branches https://github.com/romaindso/starwars-redux
The Spectacle core API is available at https://github.com/FormidableLabs/spectacle/blob/master/README.markdown.
To present:
- Run
npm start
- Open two browser windows on two different screens
- On your screen visit http://localhost:3000/. You will be redirected to a URL containing the slide id.
- Add
presenter&
orpresenter&timer
immediately after the questionmark, e.g.: http://localhost:3000/#/0?presenter or http://localhost:3000/#/0?presenter&timer - On the presentation screen visit http://localhost:3000/
- Give an amazingly stylish presentation
Note: Any windows/tabs in the same browser that are running Spectacle will sync to one another, even if you don't want to use presentation mode
You can toggle the presenter or overview mode by pressing respectively alt+p
and alt+o
.
Key Combination | Function |
---|---|
Right Arrow | Next Slide |
Left Arrow | Previous Slide |
Space | Next Slide |
Shift+Space | Previous Slide |
Alt/Option + O | Toggle Overview Mode |
Alt/Option + P | Toggle Presenter Mode |
Alt/Option + T | Toggle Timer in Presenter Mode |