lazy load react context
Is it possible to "lazy load" react context? ie make a network request the first time the context is required (by a useContext, not by the provider), and then keep the context for the duration of the session?
1 Reply
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View