Skip to content

Make tracked queries the default #2922

@TkDodo

Description

@TkDodo

currently, notifyOnChangeProps defaults to undefined, but many people have already stated that the tracked version would be what they'd see as "expected"

also: remove notifyOnChangePropsExclusion

The inverse array doesn't really give you much given that you can just use tracked queries. Also, it "breaks" every time we add a new property that changes often.

For example, we have recently added a isRefeching computed flag to the queryResult, and since this is based on isFetching, people that have excluded isFetching would now get their re-renders again.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions