A simple way of using React Hooks for API result caching

In my web app built with the MMRN stack (s/Express/Meteor/), most pages need access to information about the currently logged on user so many of the components are composed with a withCurrentUser p… Read more

Similar