Skip to content
#

rxjs

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

jvanbruegge
jvanbruegge commented Oct 17, 2018

As explained at CycleConf I will work (hopefully with the help of others) on the docs. It will be more a very long tutorial, like a book, starting simple, ending at #705

Planned chapters:

  • Getting started (setting up a project)
  • Streams
  • First component
    • Rendering static content
    • Handling events
    • Having local state
    • Making our input controlled
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

emanuelevivoli
emanuelevivoli commented Apr 11, 2020

Motivation

Hello everyone, I'm opening this issue because I'd like to improve the documentation on this feature that I found actually amazing for testing my firestore-triggered (and http-triggered) cloud functions locally, adding breakpoints.
I want to share it because I was struggling for many days in order to debug my cloud functions locally, and maybe improving documentation can be a be

platform
obeyda
obeyda commented Dec 12, 2017

This isn't really an issue, this is just a request

I am trying to learn how to build microservices with CQRS, ES, reactive programming and messaging, I have a good understanding of the theoretical part but there isn't much hands-on examples about this subject.
Reactive Trader Cloud is the most complete app that I could find which implements all these concepts (and much more), I am

develomark
develomark commented Jun 5, 2018

Brilliant package. I really like this.

Please consider renaming didSubscribe to didMount so that it is crystal clear what this is doing.

I'm not sure it is clear immediately to users how this aligns to React or Vue. The fact that didSubscribe isn't handled server side means that 'For handling side-effects upon first subscription.' isn't true in every circumstance.

The added advantage is t

blacktaxi
blacktaxi commented Jan 18, 2018

The current instanceof Observable check that is used in the implementation of lifted component relies on the class instance check, which in turn requires that the instance be checked against the same constructor it was created with.

However it is possible that user-created Observables come from a different version or just a different instance of the rxjs package. In that case the `instanceo

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.