Skip to content
#

rxjs

Here are 2,378 public repositories matching this topic...

radex
radex commented Jun 20, 2019

This is to fix: Nozbe/WatermelonDB#186

Right now, deleting records is not very efficient in WatermelonDB.

Say you have models like this: Blog has_many Post has_many Comment. If you want to delete a blog post, you also have to delete all its posts, and all their comments. This happens one-by-one currently. What we need is the ability to efficiently (and atomically if

platform
NetanelBasal
NetanelBasal commented Dec 4, 2020

Developers that comes from ngrx sometimes want similar functionality as effects in ngrx. I think it'll be nice to develop a package that provides this functionality if someone wants to use it.

Here's what I imagine: ( I'm open to any other suggestions )

import { Actions } from '@datorama/akita-effects';

export class TodosComponent {
  todos$ = this.query.selectAll();

  construc

Improve this page

Add a description, image, and links to the rxjs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rxjs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.