Skip to content

Commit

Permalink
docs(wmr): remove future direction assumptions (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 29, 2021
1 parent 2c41677 commit 631ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/comparisons.md
Expand Up @@ -39,7 +39,7 @@ Vite was initially created to serve as the future foundation of [Vue.js](https:/

[WMR](https://github.com/preactjs/wmr) by the Preact team provides a similar feature set, and Vite 2.0's support for Rollup's plugin interface is inspired by it.

WMR is mainly designed for [Preact](https://preactjs.com/) projects, and offers more integrated features such as pre-rendering. In terms of scope, it's closer to a Preact meta framework, with the same emphasis on compact size as Preact itself. If you are using Preact, WMR is likely going to offer a more fine-tuned experience. However, it's unlikely for WMR to prioritize support for other frameworks.
WMR is mainly designed for [Preact](https://preactjs.com/) projects, and offers more integrated features such as pre-rendering. In terms of scope, it's closer to a Preact meta framework, with the same emphasis on compact size as Preact itself. If you are using Preact, WMR is likely going to offer a more fine-tuned experience.

## @web/dev-server

Expand Down

0 comments on commit 631ba04

Please sign in to comment.