Closed
Bug 1408791
Opened 7 years ago
Closed 7 years ago
Investigate using react2angular instead of ngReact
Categories
(Tree Management :: Treeherder: Frontend, enhancement, P3)
Tree Management
Treeherder: Frontend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: camd)
References
Details
Attachments
(1 file)
We currently use ngReact to embed React inside our Angular 1 app:
https://github.com/ngReact/ngReact
However the reademe of that project says:
> Note: For a more modern alternative to ngReact, we recommend react2angular, angular2react, and ngimport.
It looks like these alternatives both allow a more modern ES6 approach, plus will allow for an easier transition to more React and/or Angular 2.
See:
https://github.com/coatue-oss/react2angular
https://github.com/bcherny/ngimport
Reporter | ||
Updated•7 years ago
|
Blocks: treeherder-react
Reporter | ||
Updated•7 years ago
|
Component: Treeherder → Treeherder: Frontend
Reporter | ||
Comment 1•7 years ago
|
||
Lets just focus on moving to React instead.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Assignee | ||
Comment 2•7 years ago
|
||
I changed my mind on this. This package solves a couple issues I was hitting with ng-react. :)
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Comment on attachment 8968655 [details] [review]
Link to GitHub pull-request: https://github.com/mozilla/treeherder/pull/3462
You were right all along... :)
Attachment #8968655 -
Flags: review?(emorley)
Reporter | ||
Updated•7 years ago
|
Attachment #8968655 -
Flags: review?(emorley) → review+
Comment 5•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/4f2ee0c88b89b5fa9dcf0059308c4316d1df6e7c
Bug 1408791 - Move to using react2angular (#3462)
* Also fixes Bug 1451492 - Wording of Treeherder view for brand-new Try push is still sometimes the unfriendly version
Assignee | ||
Updated•7 years ago
|
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → cdawson
Reporter | ||
Updated•7 years ago
|
Summary: Investigate using react2angular/ngimport instead of ngReact → Investigate using react2angular instead of ngReact
You need to log in
before you can comment on or make changes to this bug.
Description
•