@recore/obx

Obx is a simple and asynchronous reactive state management library.

Usage no npm install needed!

<script type="module">
  import recoreObx from 'https://cdn.skypack.dev/@recore/obx';
</script>

README

Obx

Obx is a simple and asynchronous reactive state management library.

Part of Obx's code is inspired by mobx, take it's simple and practical, and use next-tick to make reaction collections asynchronous.