We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I can get all the features that react provides, then how can this be smaller? There should be some catch.
The text was updated successfully, but these errors were encountered:
Preact is inherently tied to the DOM, uses normal browser events, and doesn't have as complex of a diff algorithm.
https://github.com/developit/preact/wiki/Differences-to-React#whats-missing
Sorry, something went wrong.
Closing since it's in the wiki, but feel free to ask more if you don't think I've answered your question well enough!
Merge pull request #46 from developit/componentDidCatch-support
c871738
Add support and tests for componentDidCatch support
Fix dangerouslySetInnerHTML in JSX mode (Fixes #42) (#46)
2437db4
No branches or pull requests
If I can get all the features that react provides, then how can this be smaller? There should be some catch.
The text was updated successfully, but these errors were encountered: