Home Arrow Icon Knowledge base Arrow Icon Global Arrow Icon Can Jetstream be used with other front-end frameworks besides Vue.js
    Laravel Livewire


Can Jetstream be used with other front-end frameworks besides Vue.js


Yes, Laravel Jetstream can be used with other front-end frameworks besides Vue.js. Jetstream supports both Livewire and Inertia.js, which provide flexibility in choosing the frontend technology for a project. Here are some key points about using Jetstream with other front-end frameworks:

Livewire Support

1. Easy Installation: Jetstream simplifies the installation process for Livewire by providing a single command to install the necessary dependencies and configurations[1].
2. Pre-built Components: Jetstream includes pre-built Livewire components, such as buttons, panels, and modals, which can be easily integrated into applications[2].
3. Customization: Jetstream allows developers to customize Livewire components and create their own custom components[2].

Inertia.js Support

1. Vue.js Integration: Jetstream integrates Vue.js as the templating language for Inertia.js, providing a seamless experience for developers familiar with Vue[2].
2. Pre-built Components: Jetstream includes pre-built Vue components for Inertia.js, which can be easily integrated into applications[2].
3. Customization: Jetstream allows developers to customize Inertia.js components and create their own custom components[2].

Using Other Front-end Frameworks

1. Svelte Support: Jetstream can be used with Svelte as the front-end framework. This requires configuring the routes to use Svelte for certain routes and Vue for others[3].
2. Other Front-end Frameworks: Jetstream does not explicitly support other front-end frameworks, but developers can use other frameworks with Jetstream by integrating them manually. This may involve customizing the setup and configuration files[3].

Conclusion

Laravel Jetstream provides flexibility in choosing the front-end framework for a project, supporting both Livewire and Inertia.js. While it is designed to work seamlessly with Vue.js, it can also be used with other front-end frameworks like Svelte.

Citations:
[1] https://jetstream.laravel.com
[2] https://jetstream.laravel.com/stacks/inertia.html
[3] https://stackoverflow.com/questions/76581070/how-to-configure-laravel-with-jetstream-inertia-svelte-front-end-and-vue-ad
[4] https://www.reddit.com/r/laravel/comments/10vg2ac/is_vuejs_no_longer_the_preferred_frontend/
[5] https://coderscotch.com/laravel-jetstream-revolutionizing-web-development-with-tailwind-css-powered-scaffolding/