Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.09 KB

packages.md

File metadata and controls

55 lines (32 loc) · 1.09 KB

Packages

To help develop systems and keep efficieny high, we use a series of NPM packages that we can reuse

Utils

Collection of utils function, helps with data structure, dates, numbers, strings, urls, etc.

This package has no dependency and can be used both for server and clients.

Lib

For server, contains

  • request functions
  • product service SDK
  • CRUD SDK
  • workflow SDK

to add: i18n management

UtilReact

(currently misnamed - will need to be renamed)

Content

  • i18n (client)
  • request wrapper

Tabular Excel

allows the easy creation of excel lists

HOC

(currently misnamed)

Content

List of super classes and HOC for component, so that components can be reused independently form the UI