<?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>DEV Community: diamondback15</title>
    <description>The latest articles on DEV Community by diamondback15 (@diamondback15).</description>
    <link>https://dev.to/diamondback15</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%2F473309%2Fdaa24a79-9a21-4323-b1ea-ac2787d40174.jpeg</url>
      <title>DEV Community: diamondback15</title>
      <link>https://dev.to/diamondback15</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/diamondback15"/>
    <language>en</language>
    <item>
      <title>What SaaS should I use for a  live community chat next to a livestream?</title>
      <dc:creator>diamondback15</dc:creator>
      <pubDate>Mon, 12 Oct 2020 18:16:00 +0000</pubDate>
      <link>https://dev.to/diamondback15/what-saas-should-i-use-for-a-live-community-chat-next-to-a-livestream-581l</link>
      <guid>https://dev.to/diamondback15/what-saas-should-i-use-for-a-live-community-chat-next-to-a-livestream-581l</guid>
      <description>&lt;p&gt;I'm organizing livestream session in my app and I want to add a chat for the guest to talk, ask questions or pool. I'm open to use open source self-hosted chat.&lt;/p&gt;

&lt;p&gt;Anyone had a similar use case?&lt;/p&gt;

&lt;p&gt;Thank you &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Can you sell me Tailwindcss over Styled Components?</title>
      <dc:creator>diamondback15</dc:creator>
      <pubDate>Tue, 22 Sep 2020 11:34:54 +0000</pubDate>
      <link>https://dev.to/diamondback15/can-you-sell-me-tailwind-css-over-styled-components-41m7</link>
      <guid>https://dev.to/diamondback15/can-you-sell-me-tailwind-css-over-styled-components-41m7</guid>
      <description>&lt;p&gt;I'm seeing a lot of Tailwindcss recently and I'm a bit concerned to understand what's future of that.&lt;/p&gt;

&lt;p&gt;Is it only made for people who never used css before?&lt;br&gt;
Is it going to replace styled-components in the future?&lt;/p&gt;

&lt;p&gt;I find it hard personally to debug code with tailwindcss&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;// Styled Components
&amp;lt;S.Box&amp;gt;
  &amp;lt;S.Title&amp;gt;Title name&amp;lt;/S.Title&amp;gt;
  &amp;lt;S.Img src='./image.jpg' /&amp;gt;
&amp;lt;/S.Box&amp;gt;

vs

// Tailwindcss
&amp;lt;div className='block mt-1 text-lg leading-tight font-semibold text-gray-900 hover:underline'&amp;gt;
  &amp;lt;h1 className='text-4xl font-bold text-center text-blue-500'&amp;gt;Title name&amp;lt;/h1&amp;gt;
  &amp;lt;img src='./image.jpg' className='block h-8 w-8 rounded-full border-2 border-gray-600 focus:border-yellow-600'
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>css</category>
      <category>react</category>
      <category>html</category>
    </item>
  </channel>
</rss>
