Tags:javascript (All the posts with the tag "javascript")
- Adding OAuth & OIDC to a Remix App Adding OAuth2 and OIDC to a Remix app is a straightfoward process that only requires a few simple steps. In this post, we're going to add OAuth2 and OIDC to a new Remix application from start to finish.
- Custom React Hooks for Shared APIs React hooks and the design patterns for custom hooks allow us to build contained and idiomatic APIs in React apps that are easier to test and improve code readability and maintenance.