strongloop / strong-arc

StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
http://strongloop.com/
Other
114 stars 36 forks source link

Remove dependency on React #1680

Closed jtary closed 8 years ago

jtary commented 8 years ago

Identify and replace directives which use React, and remove React as a dependency of Strong-Arc.

Currently the main module that uses React is the composer. However, most of the modules have at least a '*.react.js' file, even though they may not be used. We need to go through each module, and identify the cases where react is being used. Then we can systematically replace the React components with Angular directives, and eventually remove React as a library dependency.

abhullar commented 8 years ago

Modules using React (all under ...client>www>scripts>modules directory)

jtary commented 8 years ago

Closed, covered by other issues.