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

Add "preact" implementation to table-app #15

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Conversation

andrewiggins
Copy link
Member

I'm changing the default implementation used by benchmarks to be the "preact" implementation so this adds a "preact" implementation to the table-app, the only one missing a pure "preact" implementation.

The "preact" implementation just uses direct calls to render to do rerendering (aka props-only) whereas other implementations specify different kinds of state management (hooks, class, signals, etc.)

@andrewiggins andrewiggins merged commit 1ef8dbe into main Mar 7, 2024
1 check passed
@andrewiggins andrewiggins deleted the add-preact-table-app branch March 7, 2024 21:03
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.

2 participants