Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 730 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 730 Bytes

@codeconsultants-public/mst

This is the repository for the npm package @codeconsultants-public/mst. This library is intended to gather useful helpers, custom types, etc. for use with mobx-state-tree.

Commitizen friendly

Demo Site

The demo site/sandbox is available at https://codesandbox.io/s/codeconsultants-publicmst-x13kq.

Available Types

  • ISODate This provides a simple way to use the mobx-state-tree Date type with ISO8601 format date strings, as it swaps over to using this format as it's snapshot format so parses these values by default.