react-di-demo

Demo for my blog post "Implementing Angular's Dependency Injection in React. Understanding Element Injectors."

Stars
16

React DI

Demo from my blog post "Implementing Angular's Dependency Injection in React. Understanding Element Injectors.".

The original of this minesweeper can be found here https://github.com/shibe97/React-MineSweeper.

In node_modules you can find the forked version of react-dom which uses injection-js (the extraction of the Angular's DI).

Setup

$ git clone https://github.com/mgechev/react-di-demo.git

Build

$ npm run build

Watch and auto build

$ npm run watch

License

MIT