NEXT.JS HOOKS TUTORIAL #7 USEMEMO

Опубликовано: 03 Октябрь 2024
на канале: DATAHACKS
605
3

NEXT.JS HOOKS TUTORIAL #7 USEMEMO

The useMemo function serves a similar purpose, but internalizes return values instead of entire functions. Rather than passing a handle to the same function, React skips the function and returns the previous result, until the parameters change.

#nextjs #nextjs13 #nextjstutorial #DATAHACKS