Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.18 KB

radiar

React Router

https://www.npmjs.com/package/react-router

Webpack

https://webpack.github.io/

React Hot Reloader

https://github.com/gaearon/react-hot-boilerplate

Redux (Reducer + Flux)

To facilitate with state management, we will use Redux by Dan Abramov.

During development, check out the Redux DevTools https://github.com/gaearon/redux-devtools

Here is an illuminating video by Dan Abramov (Redux author) talking about React Hot Reloader and the Redux project. https://www.youtube.com/watch?v=xsSnOQynTHs

And for React Native, we will do our styling with the Flexbox

Flexbox Tutorials

Here is a playful, interactive resource to quickly introduce yourself to the Flexbox: http://flexboxfroggy.com/ This resource is endorsed by Facebook as a graphic introduction to the Flexbox model: https://css-tricks.com/snippets/css/a-guide-to-flexbox/

Fetch API

https://developers.google.com/web/updates/2015/03/introduction-to-fetch?hl=en Parts of the newer Fetch API have been ported to React-Native. So to make HTTP requests, in lieu of the more verbose XMLHttpRequest API, we will use the Fetch API. Here's an overview and a quick introduction to its syntax.