@codeconsultants-public/mst

This package providers helpers for use with mobx-state-tree, such as ISODate type for easy integration of ISO 8601 date strings with MST

Usage no npm install needed!

<script type="module">
  import codeconsultantsPublicMst from 'https://cdn.skypack.dev/@codeconsultants-public/mst';
</script>

README

@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.

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.