13
ReactZoo Andrii Shumada Sr. Software Developer at eagleeye eagleeye_s [email protected]

Зоопарк React-у

Embed Size (px)

Citation preview

Page 1: Зоопарк React-у

ReactZoo

Andrii Shumada

Sr. Software Developer at

[email protected]

Page 2: Зоопарк React-у

React

Page 3: Зоопарк React-у

react-dom

React package for working with the DOM.

on server!

on client!

Page 4: Зоопарк React-у

react-router

Page 5: Зоопарк React-у

react-router

Page 6: Зоопарк React-у

history

Page 7: Зоопарк React-у

flux NOT A MODULE!

Page 8: Зоопарк React-у

reduxPredictable state container for JavaScript apps

Page 9: Зоопарк React-у

react-redux

Connects a React component to a Redux store

components/AdvisorsBox.js

Page 10: Зоопарк React-у

Redux Thunk middleware allows you to write action creators that return a function instead of an action

redux-thunk

actions.js

Page 11: Зоопарк React-у

redux-logger

Page 12: Зоопарк React-у

What else?

react-devtools

webpackwebpack-hot-reload

react-nativeredux-router

Let me show ;)

Page 13: Зоопарк React-у

Useful links

[email protected]

https://www.youtube.com/watch?v=xsSnOQynTHs(Dan Abramov - Live React: Hot Reloading with Time Travel at

react-europe 2015) https://facebook.github.io/react/http://redux.js.org/https://github.com/rackt