ijpatricio/mingle
最新稳定版本:v0.0.21
Composer 安装命令:
composer require ijpatricio/mingle
包简介
Use Vue and React in Laravel Livewire Applications.
关键字:
README 文档
README
MingleJS
As you may already know, Livewire is a full-stack framework for Laravel that allows you to build dynamic interfaces using server-side code. MingleJS allows you to use React/Vue components in your Livewire application, so you can use the best of both worlds.
How is it working?
MingleJS renders a div on the server-side, and then mounts the React/Vue component on the client-side. Each JS component is rendered by a Livewire compoenent, so you get an island of interactivity in your Livewire application, with the JS of your taste.
Some included nicety features
In the backend component, you can pass data that the component will have access to on the frontend.
You can choose to keep using Ajax client - Axios/Fetch/etc.
But the reality is, for the most part, you can use the convenient way of making server actions, which is Livewire. You get to make server requests just by $wire.addTodo(todo). Find below a simple diagram of how MingleJS works in a page.
Getting started & Documentation
You'll find how to get started and the documentation here.
For any questions and suggestions regarding MingleJS, feel free to create an issue on GitHub.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 35.88k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 428
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-06


