ViewState is stored in a hidden field on the page at client side. ViewState is transported to the client and back to the server, and is not stored on the server or any other external source.
Subscribe to:
Post Comments (Atom)
React Hooks - custom Hook
v CustomHook Ø React allows us to create our own hook which is known as custom hook. Example – 1 localStorage Demo Step-1 Create ...
-
Garbage collection is a low-priority process that serves as an automatic memory manager which manages the allocation and release of memory...
-
v useCallback Hook Ø useCallback is a react hook that lets you a catch a function definition between re-renders . Ø It means when w...
-
While constants and read-only variable share many similarities, there are some important differences: Constants are evaluated at compile...
No comments:
Post a Comment