Use React components inside Angular
Перейти к файлу
Ben Grynhaus a4b9bd5a08 Sort renderProp API 2018-07-01 19:11:56 +03:00
.vscode Sort renderProp API 2018-07-01 19:11:56 +03:00
apps Allow panel content 2018-07-01 19:03:26 +03:00
docs Update to docs to support demo app beside docs app. 2018-04-18 10:57:25 -07:00
libs Sort renderProp API 2018-07-01 19:11:56 +03:00
.angular-cli.json Update to docs to support demo app beside docs app. 2018-04-18 10:57:25 -07:00
.editorconfig chore: initial commit from @angular/cli 2018-04-03 20:24:44 -07:00
.gitignore Added nyc output to gitignore 2018-06-28 16:41:09 +03:00
.prettierrc Users/benfeely/material (#2) 2018-04-10 16:29:10 -07:00
CONTRIBUTING.md Working on lib packages for npm. 2018-04-16 16:27:52 -07:00
README.md Bug fix for fabric styles. 2018-04-18 11:23:27 -07:00
karma.conf.js chore: initial commit from @angular/cli 2018-04-03 20:24:44 -07:00
package.json Upgrade safe dependencies 2018-06-28 16:40:46 +03:00
protractor.conf.js Users/benfeely/projecting react (#1) 2018-04-09 15:52:28 -07:00
test.js Users/benfeely/material (#2) 2018-04-10 16:29:10 -07:00
tsconfig.json Update package to use scope. 2018-04-04 02:22:27 -07:00
tsconfig.packages.json [Panel] WIP 2018-06-28 19:39:44 +03:00
tsconfig.spec.json Users/benfeely/projecting react (#1) 2018-04-09 15:52:28 -07:00
tslint.json Users/benfeely/projecting react (#1) 2018-04-09 15:52:28 -07:00
yarn.lock Upgrade safe dependencies 2018-06-28 16:40:46 +03:00

README.md

React support for Angular

npm version

Industry trends, organizational pressures, and other factors can lead to mandates regarding the use of component libraries or migration from one technology to another. In the case of Office UI Fabric, where its use is required, the client must be written in React (there is no Angular component library for the latest version). Rewrite from Angular to React may be cost-prohibitive or ill advised for other reasons.

Use of Angular-React allows consuming any React elements, but specifically Office UI Fabric, within an Angular [2+] application. The library of wrappers for Office UI Fabric simplifies the use of these components with Angular. However, any React code can make use of the custom Angular-React renderer.

@angular-react/fabric | Documentation, quick start, and guides | Demo | Contributing | StackBlitz Template | Office UI Fabric

Typical Use Cases

  • Use React component libraries with Angular
  • Incrementally rewrite an Angular application into React (moving from atomic/leaf nodes upward into full features/pages until the entire app is re-written)

Getting started

See our Getting Started Guide if you're building your first project with Angular-React.

If you'd like to contribute, you must follow our contributing guidelines. You can look through the issues (which should be up-to-date on who is working on which features and which pieces are blocked) and make a comment.