You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not use redux or Context API and but use external cache to implement a react modal hook for better performance and to learn how swr.js implement it's library.
Redux is not recommend to use non-Serializable Values and therefore we use context API. Read This for more detail
Context API has a drawback when pass props to hook will cause render even the hook doesn't accept the state. Therefore we use external cache to avoid it. Read This for more detail
Basic example
Detailed design
Drawbacks
Alternatives
Adoption strategy
How we teach this
Unresolved questions
The text was updated successfully, but these errors were encountered:
Summary
Not use redux or Context API and but use external cache to implement a react modal hook for better performance and to learn how swr.js implement it's library.
Basic example
Detailed design
Drawbacks
Alternatives
Adoption strategy
How we teach this
Unresolved questions
The text was updated successfully, but these errors were encountered: