-
Notifications
You must be signed in to change notification settings - Fork 5
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
draft: v1 #3
base: main
Are you sure you want to change the base?
draft: v1 #3
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
jest.config.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we probably should just use vitest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh ... for sure ... I just pick jst for no reason!
|
||
// Memoized tree duration calculation | ||
const calculateTreeDuration = (node: VNode | any): number => { | ||
try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was the try block required?
Preact Performance Bridge
A lightweight bridge that enables React's advanced performance monitoring capabilities with Preact
Overview
Integration between Preact's efficient runtime and React's comprehensive development tools, offering the best of both worlds: Preact's small bundle size and React's powerful debugging capabilities.
Key Features
🚀 Preact as Primary Framework
🔍 React DevTools Integration
📊 Advanced Performance Monitoring
Technical Details