Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event log #283

Draft
wants to merge 4 commits into
base: beta
Choose a base branch
from
Draft

Event log #283

wants to merge 4 commits into from

Conversation

kennbyee25
Copy link

I think the SDK could benefit from using an event log. It decouples components, enables features like rewind/rollbacks, maintaining a history for analysis or logging, replay functionality, etc. Here's a proof of concept. What do you think?

Copy link

netlify bot commented Jul 21, 2024

Deploy Preview for inferno-trainer ready!

Name Link
🔨 Latest commit 183077f
🔍 Latest deploy log https://app.netlify.com/sites/inferno-trainer/deploys/669c6878a694070008994bc3
😎 Deploy Preview https://deploy-preview-283--inferno-trainer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"start": "npx webpack serve",
"test": "npx jest",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just added this so I could run npm run test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant