On February 21, 2024, Auth0 will shorten the TTL for their login flow transactions. This mostly impacts apps using the Classic Universal Login, which will redirect those end users to an error page if they attempt to complete a stale login transaction. An example would be an unauthenticated person loading the login form, walking away
Read more#frontend
Building Resilient React Apps
UIs that are heavily dependent on javascript for rendering views can be prone to crashing when uncaught errors are thrown. React-based applications are no exception. This post aims to provide guidance for building resilient user interfaces by prioritizing error handling with React. Error Classifications I like thinking about the types of errors that can happen
Read moreHTML, CSS & Javascript Resources
WARNING: This content is super dated. Every now and then people ask me for links to learn about and stay up to date with frontend development. I put together this list to cover the fundamentals and to offer various ways to learn about each subject. Enjoy! Learn Videos Articles Other Resources Stay Up To Date
Read more