miniplex
miniplex copied to clipboard
New query API: `with`, `without` and friends
Checklist:
- [x] Memoize
not,any,all,none - [ ] Decide which of these to actually keep
- [x] Make
deriveprivate - [x] Find out if we can make
Buckethandle non-entities again, somehow - [ ] What to do with the React components? Can we further simplify them? Should we retire
<Archetype>? - [x] ~Find better names for
withandwithout(withis a reserved word, so this can get a little iffy)~bucket.where()andbucket.not()bucket.where()andbucket.whereNot()bucket.where()andbucket.without()bucket.only()andbucket.except()bucket.get()andbucket.reject()(orbucket.not())- Nope, sticking with
withandwithoutfor now.
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders
⚠️ No Changeset found
Latest commit: 42ed7a145e5e3500333837065d282ccb4bbd381e
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR