GoTeamEpsilon / angular-to-react-redux

Angular to React/Redux, a Guide for Angular v1 Experts Looking to Learn React/Redux
MIT License
107 stars 12 forks source link

README #71

Closed MatthewVita closed 7 years ago

MatthewVita commented 7 years ago

Similar to the style of https://github.com/kamranahmedse/design-patterns-for-humans, we need the README to be concise and useful.

There are 2 goals of this README

  1. Although one can compare and contrast the Angular and React/Redux sample applications, the README will serve as the guide to understanding the major philosophical differences between the two frameworks. It is much more useful to expand on how Angular's service layer is similar to the Redux store/reducers "layer" than explaining how to do an ng-click in React (this is to say that "Googlable" things won't supply much value)

  2. Every Angular v1.x developer should be able to read the guide and be comfortable with starting on a React/Redux project. It is of course up to the reader how much "diving" they wish to do (e.g.: some may read the README and study/run both sample apps... some may skim the README... some may simply read one section that they are confused with). The idea is that this resource is a springboard.

MatthewVita commented 7 years ago

@danielehrlich check out the README now... I listed the topics (Angular to React/Redux in just 3 easy steps!)

ghost commented 7 years ago

I'm going to start working on the project scaffolding layer later tonight. I did a lot of research on that when comparing this repo vs my earlier repos vs what Stephen Grider said.