[Feature] Preact Support
See original GitHub issuePreact Support
- Skip
<Scripts>diffing on the client (change in Remix)- ~#390~
- ~#403~
- #422
- Backport
<!DOCTYPE>hydration skipping to Preact 10 (change in Preact)- preactjs/preact#3327
- Land patch for
document.documentElementreplacement (change inpreact/compat)- preactjs/preact#3328
Issue Analytics
- State:
- Created 2 years ago
- Reactions:132
- Comments:18 (1 by maintainers)
Top Results From Across the Web
Switching to Preact (from React)
Everything you need to know to switch from React to Preact.
Read more >What's new in Preact X
New features and changes in Preact X. ... of major features in the process. Same goes for compatibility enhancements to support more third-party...
Read more >Differences to React - Preact
Main differences; Version Compatibility; Debug messages and errors; Features unique to Preact. Native support for ES Modules; Arguments in `Component.render ...
Read more >Option Hooks | Preact: Fast 3kb React alternative with the ...
Preact supports a number of different callbacks that can be used to observe or change each stage of the rendering process, commonly referred...
Read more >Differences to React - Preact
What's Included? ... Contexts: Support for the legacy context API was added in Preact 3.0. ... Refs: Support for function refs was added...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
Top Related Hashnode Post
No results found

@LukasCornille I’ve done an initial pass of a Preact layer here: https://github.com/brophdawg11/remix-routers/pull/19
@phiberber https://github.com/remix-run/remix/pull/1636 adds an example