Skip to content

Instantly share code, notes, and snippets.

@codeangler
Last active February 24, 2017 18:54
Show Gist options
  • Save codeangler/967a0a4b37c25e154144b9c58d1721d8 to your computer and use it in GitHub Desktop.
Save codeangler/967a0a4b37c25e154144b9c58d1721d8 to your computer and use it in GitHub Desktop.
compile of articles

Working to Migrate & or working with Ng1 -> React

Our Journey migrating 100k lines of code ng1 to React

  • How to migrate ng1 to react [Jan 2017]


    Prerequites for migration from above article


    • Requirements

    • Component based architecture

    • Angular Directives structured as container/ presenter components, read more here

    • Separation of concerns/ View/ Logic/ Service/ Communication layers and Injectable actions to encapsulate side effects like http calls etc

    • Fortunately our frontend design already fulfilled the requirements. If you want more information on how to design and structure your application watch our talk How to design large AngularJS applications that scale from AngularConnect or Refactoring To Components by Tero Parviainen.

Migrating an ng1 to Rx

How we are using React Code in old angular codebase

low value

** https://blog.risingstack.com/from-angularjs-to-react-the-isomorphic-way/

Education React + Redux

video tutorial

Casey personally finds these presentations chunked well

books

onboarding team to React + Redux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment