project-error / npwd

NPWD is a FiveM phone resource written entirely in TypeScript and React.
https://projecterror.dev
Other
349 stars 278 forks source link

Enhancement: Introduce DI design pattern to server side scripts #879

Closed itschip closed 2 years ago

itschip commented 2 years ago

Application

Other

Dependency

Yes

Feature Description

Introduce a DI container library such a typedi or tsyringe. Today we're doing a workaround with initializing the class, then exporting it.

References

No response

LiamDormon commented 2 years ago

No

itschip commented 2 years ago

Won't do as adding additional complexity would probably make further contribution harder, and the amount of work this requires shouldn't be prioritized now.