Skip to content

Consider using re-frame's subscription cache in the query parser #6

@julienfantin

Description

@julienfantin

The parser implementation for re-frame currently uses reagent's make-reaction thus bypassing the re-frame subscription cache.

We could and probably should leverage the cache by automatically registering our subscription handler and instead use re-frame/subscribe in the parser's implementation.

We also currently don't have benchmarks for the re-frame integration and should write those first in order to compare the performance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions