<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>ReactJS on Aleem Isiaka</title>
    <link>https://limistah.dev/tags/reactjs/</link>
    <description>Recent content in ReactJS on Aleem Isiaka</description>
    <image>
      <title>Aleem Isiaka</title>
      <url>https://limistah.dev/images/papermod-cover.png</url>
      <link>https://limistah.dev/images/papermod-cover.png</link>
    </image>
    <generator>Hugo -- 0.146.0</generator>
    <language>en</language>
    <lastBuildDate>Sat, 20 Jan 2024 09:04:04 +0100</lastBuildDate>
    <atom:link href="https://limistah.dev/tags/reactjs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ReactJS - Unexpected closing tag</title>
      <link>https://limistah.dev/posts/react-unexpected-closing-tag/</link>
      <pubDate>Sat, 25 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://limistah.dev/posts/react-unexpected-closing-tag/</guid>
      <description>&lt;p&gt;Beginners in ReactJS often face this kind of error:
&lt;img alt=&#34;React JS error&#34; loading=&#34;lazy&#34; src=&#34;https://limistah.dev/assets/reactjs-tag-error.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;It is not just with inputs, it is with all HTML elements that does not expect a closing tags, they are called empty elements. A list of these tags could be found &lt;a 
  href=&#34;http://xahlee.info/js/html5_non-closing_tag.html&#34;
   
    target=&#34;_blank&#34; 
    rel=&#34;noopener&#34;
  &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To solve this very easily, we just have to follow the HTML semantics by ending all empty elements with &lt;code&gt;/&amp;gt;&lt;/code&gt; instead of &lt;code&gt;&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;So inputs should look like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>ReactJS - Inplace Edit component</title>
      <link>https://limistah.dev/posts/reactjs-inplace-edit-component/</link>
      <pubDate>Mon, 20 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://limistah.dev/posts/reactjs-inplace-edit-component/</guid>
      <description>&lt;p&gt;Last time, I was trying to render a data table and I thought that I should make some fields &lt;em&gt;editable&lt;/em&gt; right in the table listing. It is interesting to note that I never thought about any &lt;a 
  href=&#34;https://www.npmjs.com/&#34;
   
    target=&#34;_blank&#34; 
    rel=&#34;noopener&#34;
  &gt;NPM&lt;/a&gt; library for it, so I went all out to create a simple but &lt;a 
  href=&#34;https://gist.github.com/limistah/b91b5429c0a4f8062b26445d12877361&#34;
   
    target=&#34;_blank&#34; 
    rel=&#34;noopener&#34;
  &gt;effective solution for myself&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In this post, I will demonstrate how I created an editable component. The component would be able to use different form fields and notify the parent if any change has been made. That said, Let&amp;rsquo;s move&amp;hellip;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
