Skip to content

[Framework]: Vike #6900

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

Open
brillout opened this issue May 22, 2024 · 0 comments
Open

[Framework]: Vike #6900

brillout opened this issue May 22, 2024 · 0 comments

Comments

@brillout
Copy link
Contributor

brillout commented May 22, 2024

Name

Vike

Homepage

https://vike.dev

Install instructions

Is your framework open source?

Yes

Well maintained

Bugs are handled quickly (see GitHub issues).

Feature requests are triaged quickly (either put on the roadmap with prioritization, declined, or quickly implemented).

CHANGELOG.md

Vike's team

Active community

Clear onboarding

Ecosystem compatibility

Vike offers unprecedented flexibility in that regard. (See DX section below.)

Self-hosting option

Vike supports all deployment strategies:

Vike users can choose between:

  • Zero-config integration (with vike-server for a quick start)
  • Manual integration (with Vike's agnostic server middleware renderPage() for full control)

We're working on sharing our server infrastructure with other Vite-based frameworks (ideally also non Vite-based frameworks).

Developer Experience

Full-fledged: Filesystem Routing, Data fetching, SSR, Pre-rendering (aka SSG), Layouts, HMR, i18n, Link Prefetching, Client Routing, HTML Streaming, typesafe routing, ...

Vike's architecture is designed to enable two types of usage:

  • With vike-react, the official Vike extension that integrates React in a full-fledged manner, providing a DX similar to regular frontend frameworks such as Next.js and React Router.
  • Without vike-react, enabling users to implement a fully custom React integration. (While providing helpers such as react-streaming.)

Vike caters to companies that need extra flexibility, see for example the use case of Vike sponsors.

Note

Vike enables companies to choose between:

  • Stability, by using a conservative Vike extensions (e.g. old-fashioned React without Server Components).
  • Bleeding-edge, by using bleeding-edge Vike extensions (e.g. experiments around Server Components).

Vike extensions are small, easy to develop, and can be maintained for a (very) long time — fostering stability as well as experimentation.

Vite-based, thus blazing fast development DX.

Polished details:

User Experience

Compatible with our future vision for React

We participated in the RFC of React Server Components and we are the author of RFC #219: injectToStream.

The main blocker for Server Components is Vite's lack of support, but this is going to change with Vite's upcoming Vite Environment API.

All other aspects of React's new architecture are already implemented, such as component-level data fetching with progressive enhancement. (For example Vike > HTML Streaming > Progressive Rendering.)

We were among the first to believe in the "RPC renaissance" (e.g. with a POC back in 2018). We're thrilled about RSC also from an RPC perspective. We're researching a design that doesn't involve mixing client and server code within the same file (no code extraction).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant