Optional
deps: dependencyListReact.useMemo에 전달될 종속성 배열입니다.
Realm 객체 컬렉션 또는 빈 배열
// Return all collection items
const collection = useQuery({ type: Object });
// Return all collection items sorted by name and filtered by category
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
}, [category]);
// Return all collection items sorted by name and filtered by category, triggering re-renders only if "name" changes
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
keyPaths: ["name"]
}, [category]);
주어진 유형에서 Realm .Object 의 Realm .Collection 을 반환합니다. 후크는 컬렉션 의 객체 가 변경될 때마다 업데이트 되고 컬렉션 이 비어 있으면 빈 배열 을 반환합니다.
그 결과는 모든 React Native VirtualizedList 또는 FlatList의 data
인수에서 직접 사용할 수 있습니다. 목록의 renderItem
속성에 사용된 구성 요소가 React.Memoized인 경우 수정된 객체만 다시 렌더링됩니다.
Optional
deps: dependencyListReact.useMemo에 전달될 종속성 배열입니다.
Realm 객체 컬렉션 또는 빈 배열
// Return all collection items
const collection = useQuery({ type: Object });
// Return all collection items sorted by name and filtered by category
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
}, [category]);
// Return all collection items sorted by name and filtered by category, triggering re-renders only if "name" changes
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
keyPaths: ["name"]
}, [category]);
주어진 유형에서 Realm .Object 의 Realm .Collection 을 반환합니다. 후크는 컬렉션 의 객체 가 변경될 때마다 업데이트 되고 컬렉션 이 비어 있으면 빈 배열 을 반환합니다.
그 결과는 모든 React Native VirtualizedList 또는 FlatList의 data
인수에서 직접 사용할 수 있습니다. 목록의 renderItem
속성에 사용된 구성 요소가 React.Memoized인 경우 수정된 객체만 다시 렌더링됩니다.
Realm 객체 컬렉션 또는 빈 배열
// Return all collection items
const collection = useQuery({ type: Object });
// Return all collection items sorted by name and filtered by category
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
}, [category]);
// Return all collection items sorted by name and filtered by category, triggering re-renders only if "name" changes
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
keyPaths: ["name"]
}, [category]);
주어진 유형에서 Realm .Object 의 Realm .Collection 을 반환합니다. 후크는 컬렉션 의 객체 가 변경될 때마다 업데이트 되고 컬렉션 이 비어 있으면 빈 배열 을 반환합니다.
그 결과는 모든 React Native VirtualizedList 또는 FlatList의 data
인수에서 직접 사용할 수 있습니다. 목록의 renderItem
속성에 사용된 구성 요소가 React.Memoized인 경우 수정된 객체만 다시 렌더링됩니다.
Realm 객체 컬렉션 또는 빈 배열
// Return all collection items
const collection = useQuery({ type: Object });
// Return all collection items sorted by name and filtered by category
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
}, [category]);
// Return all collection items sorted by name and filtered by category, triggering re-renders only if "name" changes
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
keyPaths: ["name"]
}, [category]);
주어진 유형에서 Realm .Object 의 Realm .Collection 을 반환합니다. 후크는 컬렉션 의 객체 가 변경될 때마다 업데이트 되고 컬렉션 이 비어 있으면 빈 배열 을 반환합니다.
그 결과는 모든 React Native VirtualizedList 또는 FlatList의 data
인수에서 직접 사용할 수 있습니다. 목록의 renderItem
속성에 사용된 구성 요소가 React.Memoized인 경우 수정된 객체만 다시 렌더링됩니다.
Optional
쿼리: QueryCallback<T>Optional
deps: dependencyListReact.useMemo에 전달될 종속성 배열입니다.
Realm 객체 컬렉션 또는 빈 배열
// Return all collection items
const collection = useQuery({ type: Object });
// Return all collection items sorted by name and filtered by category
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
}, [category]);
// Return all collection items sorted by name and filtered by category, triggering re-renders only if "name" changes
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
keyPaths: ["name"]
}, [category]);
주어진 유형에서 Realm .Object 의 Realm .Collection 을 반환합니다. 후크는 컬렉션 의 객체 가 변경될 때마다 업데이트 되고 컬렉션 이 비어 있으면 빈 배열 을 반환합니다.
그 결과는 모든 React Native VirtualizedList 또는 FlatList의 data
인수에서 직접 사용할 수 있습니다. 목록의 renderItem
속성에 사용된 구성 요소가 React.Memoized인 경우 수정된 객체만 다시 렌더링됩니다.
Realm 객체 컬렉션 또는 빈 배열
// Return all collection items
const collection = useQuery({ type: Object });
// Return all collection items sorted by name and filtered by category
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
}, [category]);
// Return all collection items sorted by name and filtered by category, triggering re-renders only if "name" changes
const filteredAndSorted = useQuery({
type: Object,
query: (collection) => collection.filtered('category == $0',category).sorted('name'),
keyPaths: ["name"]
}, [category]);
TypeDoc을 사용하여 생성됨
주어진 유형에서 Realm .Object 의 Realm .Collection 을 반환합니다. 후크는 컬렉션 의 객체 가 변경될 때마다 업데이트 되고 컬렉션 이 비어 있으면 빈 배열 을 반환합니다.
그 결과는 모든 React Native VirtualizedList 또는 FlatList의
data
인수에서 직접 사용할 수 있습니다. 목록의renderItem
속성에 사용된 구성 요소가 React.Memoized인 경우 수정된 객체만 다시 렌더링됩니다.