Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added emotion js instead of deprecated glamorous, added component state and context api #8

Merged
merged 1 commit into from
Jul 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ Below you can find a chart demonstrating the paths that you can take and the lib
4. CSS in JS
* [Styled Components](https://www.styled-components.com/)
* [Radium](https://formidable.com/open-source/radium/)
* [Glamorous](https://glamorous.rocks/)
* [Emotion](https://emotion.sh/)
* [JSS](http://cssinjs.org/)
* [Aphrodite](https://github.com/Khan/aphrodite)
6. State Management
1. [Redux](https://redux.js.org/)
1. [Component State](https://reactjs.org/docs/faq-state.html)/[Context API](https://reactjs.org/docs/context.html)
2. [Redux](https://redux.js.org/)
1. Async actions (Side Effects)
* [Redux Thunk](https://github.com/reduxjs/redux-thunk)
* [Redux Better Promise](https://github.com/Lukasz-pluszczewski/redux-better-promise)
Expand All @@ -81,8 +82,7 @@ Below you can find a chart demonstrating the paths that you can take and the lib
* [Redux Persist](https://github.com/rt2zz/redux-persist)
* [Redux Phoenix](https://github.com/adam-golab/redux-phoenix)
3. [Redux Form](https://redux-form.com)
2. [MobX](https://mobx.js.org/)
* [RxJS](http://reactivex.io/)
3. [MobX](https://mobx.js.org/)
7. Type Checkers
* [PropTypes](https://reactjs.org/docs/typechecking-with-proptypes.html)
* [TypeScript](https://www.typescriptlang.org/)
Expand All @@ -105,6 +105,7 @@ Below you can find a chart demonstrating the paths that you can take and the lib
* [Moment](https://momentjs.com/)
* [classnames](https://github.com/JedWatson/classnames)
* [Numeral](http://numeraljs.com/)
* [RxJS](http://reactivex.io/)
* [Ramda](https://ramdajs.com/)
12. Testing
1. Unit Testing
Expand Down
Binary file modified roadmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading