python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Build React Native app with webpack instead of metro
My React Native app is part of a monorepo. All the "buildables" (api, backend, website) are written in TypeScript and built with Webpack.
All of them use inversify. Therefore, the configurat...
c4k
Votes: 0
Answers: 2
How to disable inversify auto-recognition of controller
I want to have two servers, living in the same source tree. one of the app servers carry a lot of functionality, the other one is more narrowly focused. There are common classes to both and really ne...
jeff
Votes: 0
Answers: 1
Integrate InversifyJS into Create-React-App
I'm doing a project, where a WebGL Game made with Babylonjs is embedded in a CRA-App.
Since we give great Attention to Software architecture, we want to build the WebGL part with InversifyJS as our DI...
philgei
Votes: 0
Answers: 1