Giter Club home page Giter Club logo

consult's People

Contributors

captainkovalsky avatar octogonz avatar

Watchers

 avatar  avatar

Forkers

octogonz

consult's Issues

Prepare application stack

The intention for this app is to create robust application which should be agnostic to the BL

The initial propose for UI part is:

For the Data Layer we need to find some injectable data source(provider) which should not be a part of any React specific feature but should be easily used via some adapter. Like Data Source -> React Adapter -> Component

The Data Source could be a injectable classes or just object
The React Adapter should be mostly independent Context which provide some wire the the React's context

In this case react must be replaceable with any UI framework (Vue, Angular etc.)

Again the UI should follow MVC pattern as well.

Finally, the BL flow should be independent, transferable, extendable, agnostic

Independent - means that logic shouldn't be connected to any UI framework specific thing like Redux, Mobx models etc
Transferable - means that the logic can be easily used with different UI frameworks
Extendable - means that the logic rules and flows are easily for modyfing (Open-Closed mostly should be implemented here)
Agnostic - refer to the programming language mostly, in the UI case it should be JS,TS with no any browser specific feautures (it's definetly should not)

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.