Why I find livewire so useful?

Emmanuel Paul Mnzava.
2 min readJan 26, 2021

What is livewire ?

For those who don't know what livewire is it's a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.You can find this definition here

Basically livewire helps back-end developers like myself build application without stepping into the javascript frameworks such as vue js , angular or react.It gives you the same performance as if you are using the javascript frameworks.

Why is it useful (My opinion) ?

  • It saves ample amount of time when it comes to coding ( few lines of code needed also avoid repetition ).Take it for instance you are working on a crud feature you can do this on the same interface no need of routes or controllers.
  • Good for back-end developers as myself who don't want to use these modern javascript framework.
  • Easy to install and use.
  • Well documented. You can find it's documentation here
  • A growing livewire community.
  • Allows you to create fast dynamic userinterface.

Who is it for

As i have mention above livewire is meant for backend developers who don't want to leave the php territory hence it gives them the power of js while still staying on php.

Are you a back-end dev then check it out am sure you will find it useful as i have.

Any questions or comments hit me up on

Mail: epmnzava@gmail.com

Twitter: https://twitter.com/epmnzava

github: https://github.com/dbrax

--

--

Emmanuel Paul Mnzava.
Emmanuel Paul Mnzava.

Written by Emmanuel Paul Mnzava.

Software Engineer and techprenuer with passion of helping entreprenuers and small businesses using Technology.

No responses yet