/react-flux-debug-actions-sample

This repository shows how you can use Flux actions to reproduce your user's issues in your own browser

Primary LanguageJavaScriptMIT LicenseMIT

React - Debugging Flux Actions

Source code for the blog post: Logging & Debugging in React with Flux: Replaying your user’s actions

Using it

Once you have everything running you can start the app in 2 browser windows:

  • In the first window, you'll be an end user. If you delete the third item, the app will crash.
  • In the second window, you'll be a developer. Click the DEBUG button on the top right, choose to replay the end user's session and look at your Console. You'll see the error of the end user.

How does it work?

Link to blog post

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

License

MIT

What is Auth0?

Auth0 helps you to:

  • Add authentication with multiple authentication sources, either social like Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others, or enterprise identity systems like Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider.
  • Add authentication through more traditional username/password databases.
  • Add support for linking different user accounts with the same user.
  • Support for generating signed Json Web Tokens to call your APIs and flow the user identity securely.
  • Analytics of how, when and where users are logging in.
  • Pull data from other sources and add it to the user profile, through JavaScript rules.

Create a free account in Auth0

  1. Go to Auth0 and click Sign Up.
  2. Use Google, GitHub or Microsoft Account to login.