ReactReduxContext APIArchitectureTraditionally, starting a new React application means adding Redux for state management. Let's talk about the Context API as an alternative
Auth0OAuthReactSPAs implementing OAuth should pick Authorization Code Flow with PKCE for maximum security. Let's implement it in React with help of Auth0
ReactTypeScriptCode OrganizationHow do you structure your components in a React application? I like to group mine around features close to the domain enforced by convention