Giter Site home page Giter Site logo

blinxjs / blinxjs Goto Github PK

View Code? Open in Web Editor NEW
7.0 5.0 1.0 19.56 MB

A framework to create highly scalable single page applications.

Home Page: https://blinxjs.github.io/

License: MIT License

JavaScript 100.00%
javascript framework aggregator blinx es6 flipkart

blinxjs's Introduction

Blinx JS

Blinx is a JavaScript framework to develop modular, config driven and event based applications.

It helps you write applications that are high performant with little learning curve. On top of that, it provides a great ecosystem of extensions and modules to help to you.

Installation

To install the latest version:

npm install blinx

Alternatively, you can also include script file in your html as:

<script src="https://raw.githubusercontent.com/blinxjs/blinxjs/master/dist/blinx.min.js"></script>

blinxjs's People

Contributors

anoofs avatar durgesh-priyaranjan avatar sarunathan avatar shivani137 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

shivani137

blinxjs's Issues

Each module should have a destroyChildInstance routine

Each module like createChildInstance should be having a destroyChildInstance routine as well.
The same should be scoped within the parent scope only and should accepts a list of instances to be destroyed as a parameter.

Having a destructor routine in each module

There should be a destructor routine available to all module which should be called during the destruction of the module, it enables the module to release all the resources that it has taken from external source.

pubsub events issue

event : x

composite parent A
child 1 : a
child 2 : b

composite parent B
child 1: a
child 2 : b

a publishes from parent A b subscribes from parent A

b from parent B listens even when not subscribed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.