GitHub / CodeOnTheWall / techNotes
MERN stack app. To communicate with backend REST api, as well as employ superior and efficient caching, I use Redux Toolkit Query. This helps reduce unnecessary api calls, and component re renders via the caching system, and using memoized selectors. For authentication and authorization, I employ JWT's which help protect specific routes.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeOnTheWall%2FtechNotes
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: JavaScript
Size: 757 KB
Dependencies parsed at: Pending
Created at: over 2 years ago
Updated at: about 2 years ago
Pushed at: about 2 years ago
Last synced at: about 2 years ago
Topics: jasonwebtoken, jwt, mern-stack, react, redux, reduxtoolkit, rtk-query, w