<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Kajal Pandya</title>
    <description>The latest articles on Forem by Kajal Pandya (@kajal98).</description>
    <link>https://forem.com/kajal98</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F417429%2F6a9cba16-9f6f-4f72-be76-7a5e10cfeb18.jpeg</url>
      <title>Forem: Kajal Pandya</title>
      <link>https://forem.com/kajal98</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/kajal98"/>
    <language>en</language>
    <item>
      <title>Laravel Livewire</title>
      <dc:creator>Kajal Pandya</dc:creator>
      <pubDate>Thu, 16 Jul 2020 17:20:01 +0000</pubDate>
      <link>https://forem.com/kajal98/laravel-livewire-410j</link>
      <guid>https://forem.com/kajal98/laravel-livewire-410j</guid>
      <description>&lt;p&gt;Livewire is a full-stack framework for Laravel framework that makes building dynamic interfaces simple, without leaving the comfort of Laravel.&lt;/p&gt;

&lt;p&gt;If you are using livewire with laravel then you don't worry about writing jquery ajax code, livewire will help to write very simple way jquery ajax code using php. Without page refresh laravel validation will works, form will submit etc.&lt;/p&gt;

&lt;p&gt;Laravel Livewire release adds the following:&lt;/p&gt;

&lt;p&gt;Turbolinks integration&lt;/p&gt;

&lt;p&gt;Alpine JS integration&lt;/p&gt;

&lt;p&gt;Support for wire:model listening for “input” events dispatched by AlpineJS: $dispatch(‘input’, ‘foo’)&lt;/p&gt;

&lt;p&gt;Support for wire:custom-event="foo" receiving params from an AlpineJS dispatch: $dispatch('custom-event', 'bar').&lt;/p&gt;

&lt;p&gt;Livewire custom-tag syntax&lt;/p&gt;

&lt;p&gt;What it does ?&lt;/p&gt;

&lt;p&gt;Livewire renders the initial component output with the page (like a Blade include), this way it’s SEO friendly.&lt;/p&gt;

&lt;p&gt;When an interaction occurs, Livewire makes an AJAX request to the server with the updated data.&lt;/p&gt;

&lt;p&gt;The server re-renders the component and responds with the new HTML.&lt;/p&gt;

&lt;p&gt;Livewire then intelligently mutates DOM according to the things that changed.&lt;/p&gt;

&lt;p&gt;To get started please follow below link :&lt;/p&gt;

&lt;p&gt;&lt;a href="https://laravel-livewire.com/docs/quickstart/"&gt;https://laravel-livewire.com/docs/quickstart/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>livewire</category>
      <category>php</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
