Proof of concept for React inside AngularJS.
yarn
yarn json-server
to start the local data serveryarn start
to run/watch using Parcel
- ng-react for React components inside Angular
- Context is used to pass AngularJS injections into React components (eg. see
AngularWrapper.tsx
)
- Context is used to pass AngularJS injections into React components (eg. see
- event-reduce and Mobx for state management
- Tests using react-test-renderer with jest, and also a WIP for react-testing-library with wattle (as well as sinon and chai)