javascript - How to design client side data and business layers -
we designing enterprise application.
we looking ideas our client side design (maybe existing lib, books, design patterns, experience) managing data , business layer in decoupled way chosen framework render dom (angular, react, etc.). our experience aiming write business in pure javascript , not on top of specific framework can more flexible , independent.
some notices:
- the data/entities can shared between different components. each component can use data in own way, depending on business logic.
- the data/entities may refreshed several time.
Comments
Post a Comment