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

feat: implement studio from scratch #88

Conversation

magicmatatjahu
Copy link
Member

Description

  • ...

Related issue(s)
Proposal outcome #80

@magicmatatjahu magicmatatjahu added the enhancement New feature or request label Sep 24, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Comment on lines +5 to +11
import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
getCLS(onPerfEntry);
getFID(onPerfEntry);
getFCP(onPerfEntry);
getLCP(onPerfEntry);
getTTFB(onPerfEntry);
});
Copy link
Member

Choose a reason for hiding this comment

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

pretty cool @magicmatatjahu 💯 💯
Will Studio have Google Analytics? Perhaps we could send this info to analytics too (https://www.npmjs.com/package/web-vitals#user-content-send-the-results-to-google-analytics), does it make sense to do so?
Just asking because I think I saw some discussion on getting analytics from the playground, so Studio could have it too 🙂

What do you think?

Copy link
Member Author

Choose a reason for hiding this comment

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

The file was created with create-react-app script, so it was added automatically. in future we will go with this as well as google analytics, but not now. Right now it's more important to get the Studio up and running. Google analytics and other things later :)

@fmvilas
Copy link
Member

fmvilas commented Oct 20, 2021

@magicmatatjahu what's missing in this PR? Can we get it out of draft mode maybe?

@magicmatatjahu
Copy link
Member Author

magicmatatjahu commented Oct 21, 2021

@fmvilas Generally, I made the PR available with all the changes, and then I split it into separate PRs for better review. In the meantime I added/improved a dozen of things, so the PR is very behind with the changes on spa-scratch. I'm closing it :)

@fmvilas
Copy link
Member

fmvilas commented Oct 21, 2021

Oh true! I remember now. Thanks for the reminder 👍

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

Successfully merging this pull request may close these issues.

3 participants