Packages

React inside Phoenix LiveView — async code splitting, client-side props diffing, and zero-config component discovery.

Retired package: Release invalid - Not production-ready, LiveView 1.0.x compatibility issue

Current section

Files

Jump to
react_phx assets copy package.json
Raw

assets/copy/package.json

{
"private": true,
"scripts": {
"dev": "vite --host -l warn",
"build": "vite build"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react_phx": "file:../deps/react_phx"
},
"devDependencies": {
"vite": "^6.3.0",
"@vitejs/plugin-react": "^4.3.0"
}
}