genioc

Bloat-free and magical IoC-container for Typescript based on code-generation (by MrOnlineCoder)

Genioc Alternatives

Similar projects and alternatives to genioc

  1. di-compiler

    2 genioc VS di-compiler

    A Custom Transformer for Typescript that enables compile-time Dependency Injection

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. lambda-ioc

    2 genioc VS lambda-ioc

    Discontinued Super type safe dependency injection 💉 for TypeScript (inspired by Diddly)

  4. iti

    6 genioc VS iti

    ~1kB Dependency Injection Library for Typescript and React with a unique support of async flow

  5. ioc

    2 genioc VS ioc

    :unicorn: lightweight (<1kb) inversion of control javascript library for dependency injection written in typescript (by owja)

  6. dandi

    1 genioc VS dandi

    🌻A modular DI, MVC, and Model binding/validation framework for NodeJS and TypeScript or ES6

  7. Ditox.js

    1 genioc VS Ditox.js

    Dependency injection for modular web applications

  8. diod

    2 genioc VS diod

    A very opinionated inversion of control (IoC) container and dependency injector for Typescript, Node.js or browser apps. (by artberri)

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. diod

    Distributed I/O Daemon - a 9P file server

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better genioc alternative or higher similarity.

genioc discussion

Log in or Post with

genioc reviews and mentions

Posts with mentions or reviews of genioc. We have used some of these posts to build our list of alternatives and similar projects.
  • [TS] Java-like, decorator-free simple IOC container
    1 project | /r/node | 4 Jul 2023
    Note: the reason "IUserRepository" is passed here as a string to bind() is because Typescript interfaces are not "real" types or symbols, unlike classes, so therefore we must use the string name of them. However, the autogenerated code contains simple union-type that makes sure you pass a correct name for the interface to bind() The key here is that there is an additional pre-preprocessing step that uses Typescript compiler to parse the arguments of each constructor and generates a project-specific IOC container code with a tree of depenedencies, allowing to resolve them in runtime (basically an additional .ts file in your source code folder). You can also run it in watch mode, so it actively rebuilds the tree as you edit the code in project, or just make it a required step before running your app in npm start for example. The example of auto generated container code, that you import in your project can be found there: Github

Stats

Basic genioc repo stats
1
9
2.2
almost 2 years ago

MrOnlineCoder/genioc is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of genioc is TypeScript.


Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?