Skip to main content

One post tagged with "vite"

View All Tags

Using React and Vue.js Assets in a BowPHP Project

· 5 min read
Franck DAKIA
Principal maintainer

Most applications are mostly server-rendered HTML with a few islands of rich interactivity — a dashboard widget, a live search box, a multi-step form. BowPHP ships with a modern, Vite-powered frontend out of the box, so you can drop a React or Vue component exactly where you need one without turning your whole app into a single-page application.

In this post we'll wire up both: an interactive React counter and a Vue widget, mounted side by side into a server-rendered template.