0.1.0 • Published 3 months ago

@fobx/core v0.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
3 months ago

@fobx/core

TODO List

  1. observableObject needs to handle property add + delete?
  2. Need to fix ID generations to work with global state instead of instance state.
  3. Need to publish initial packages.
    1. figure out what bundles need to be included.
  4. Find and address any TODO: comments in the code.

Notes

  1. Array functions with callbacks (filter, forEach, every, etc...) return the non-proxied array as the 3rd argument of the callback instead of the proxy. This is for performance related reasons. Consumers have access to the proxied array (they're calling the function on it) if they need to do something with.