top | item 32085445

(no title)

ForSpareParts | 3 years ago

The description is maybe a little misleading. Vite is a development experience improvement for existing frontend frameworks; most people using it are on React or Vue (which is the other of the "big 3" along with React and Angular). It's about making projects build and start faster.

discuss

order

francisofascii|3 years ago

For clarification, isn't it true that you can only use Vite with Vue and React, and not Angular. Angular is too tied to WebPack (At least not today) I am not entirely sure, so I wanted to ask.

rk06|3 years ago

Vite is framework agnostic. But angular being too big and too monolith requires large change to move from webpack to vite.

Some folks have attempted it, but not completed vite support.

This is nothing new in angular land. There are multiple third party libraries and framework which support react, vue, svelte and even solid, but not angular.