<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>reactjs on Val&#39;s Tech Blog</title>
    <link>http://valerii-udodov.com/tags/reactjs/</link>
    <description>Recent content in reactjs on Val&#39;s Tech Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>vudodov@gmail.com (Valerii Udodov (aka Val))</managingEditor>
    <webMaster>vudodov@gmail.com (Valerii Udodov (aka Val))</webMaster>
    <lastBuildDate>Fri, 23 Apr 2021 14:46:18 +1000</lastBuildDate>
    
        <atom:link href="http://valerii-udodov.com/tags/reactjs/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>React Json Schema Form</title>
        <link>http://valerii-udodov.com/posts/react-json-schema-form/</link>
        <pubDate>Fri, 23 Apr 2021 14:46:18 +1000</pubDate>
        <author>vudodov@gmail.com (Valerii Udodov (aka Val))</author>
        <atom:modified>Fri, 23 Apr 2021 14:46:18 +1000</atom:modified>
        <guid>http://valerii-udodov.com/posts/react-json-schema-form/</guid>
        <description>Today, I&amp;rsquo;d like to share with you one of the items from my tools-belt, which I&amp;rsquo;m successfully using for years now. It is simply a react component. It is a form. But not just a form, it is a form that allows anyone independently of their React or HTML knowledge to build a sophisticated feature-rich form based on any arbitrary expected data in a consistent manner.
Behold, the React JSON Schema Form, or simply RJSF.</description>
        
        <dc:creator>Valerii Udodov (aka Val)</dc:creator>
        <media:content url="http://valerii-udodov.com//images/posts/react-json-schema-form/logo.png" medium="image"><media:title type="html">featured image</media:title></media:content>
        
        
        
          
            
              <category>reactjs</category>
            
          
            
              <category>javascript</category>
            
          
            
              <category>rjsf</category>
            
          
            
              <category>json schema</category>
            
          
        
        
          
            
              <category>front-end</category>
            
          
        
        
      </item>
      
      <item>
        <title>Server-side Redux. Part III. The Code.</title>
        <link>http://valerii-udodov.com/posts/server-side-redux/server-side-redux-3-the-code/</link>
        <pubDate>Thu, 09 Apr 2020 05:10:31 +0000</pubDate>
        <author>vudodov@gmail.com (Valerii Udodov (aka Val))</author>
        <atom:modified>Thu, 09 Apr 2020 05:10:31 +0000</atom:modified>
        <guid>http://valerii-udodov.com/posts/server-side-redux/server-side-redux-3-the-code/</guid>
        <description>The State Management Goes Wild his is the final article of the series where we explore Redux and its boundaries. In the previous articles, we first dived into the main principles of the Redux, then we tried to move things around and conceptually move Redux from one side to another.
This article is all about hands-on experience, and by the end of it, we will have a working application that will follow the design we settled before.</description>
        
        <dc:creator>Valerii Udodov (aka Val)</dc:creator>
        
        
        
        
          
            
              <category>architecture</category>
            
          
            
              <category>ReactJS</category>
            
          
            
              <category>redux</category>
            
          
            
              <category>code</category>
            
          
            
              <category>JavaScript</category>
            
          
        
        
          
            
              <category>architecture</category>
            
          
            
              <category>experiment</category>
            
          
        
        
          
            
              <category>Server-side Redux</category>
            
          
        
      </item>
      
      <item>
        <title>Server-side Redux. Part II. The Design.</title>
        <link>http://valerii-udodov.com/posts/server-side-redux/server-side-redux-2-the-design/</link>
        <pubDate>Sat, 04 Apr 2020 04:57:15 +0000</pubDate>
        <author>vudodov@gmail.com (Valerii Udodov (aka Val))</author>
        <atom:modified>Sat, 04 Apr 2020 04:57:15 +0000</atom:modified>
        <guid>http://valerii-udodov.com/posts/server-side-redux/server-side-redux-2-the-design/</guid>
        <description>The State Management Goes Wild This is the second article of the series where we will try to find out if there’s a place for Redux on the other side of the fence.
Even though this series is base on the assumption that you are more or less familiar with what is Redux, don’t worry if not, as we covered all necessary concepts in the previous article. Take your time and make yourself comfortable with Redux.</description>
        
        <dc:creator>Valerii Udodov (aka Val)</dc:creator>
        
        
        
        
          
            
              <category>architecture</category>
            
          
            
              <category>ReactJS</category>
            
          
            
              <category>redux</category>
            
          
            
              <category>JavaScript</category>
            
          
        
        
          
            
              <category>architecture</category>
            
          
            
              <category>experiment</category>
            
          
        
        
          
            
              <category>Server-side Redux</category>
            
          
        
      </item>
      
      <item>
        <title>Server-side Redux. Part I. The Redux.</title>
        <link>http://valerii-udodov.com/posts/server-side-redux/server-side-redux-1-the-redux/</link>
        <pubDate>Sun, 29 Mar 2020 08:29:53 +0000</pubDate>
        <author>vudodov@gmail.com (Valerii Udodov (aka Val))</author>
        <atom:modified>Sun, 29 Mar 2020 08:29:53 +0000</atom:modified>
        <guid>http://valerii-udodov.com/posts/server-side-redux/server-side-redux-1-the-redux/</guid>
        <description>The State Management Goes Wild This is the first article of the series where we will try to find out if there&amp;rsquo;s a place for Redux on the other side of the fence.
Even though this series is base on the assumption that you are more or less familiar with the Redux, but don&amp;rsquo;t worry if not, as we will go over necessary concepts first.
Once we are confident with the Redux as a React state manager, we will be exploring how we can use it as a back-end state management and state distribution tool and gradually build the conceptual design.</description>
        
        <dc:creator>Valerii Udodov (aka Val)</dc:creator>
        
        
        
        
          
            
              <category>architecture</category>
            
          
            
              <category>ReactJS</category>
            
          
            
              <category>redux</category>
            
          
            
              <category>JavaScript</category>
            
          
        
        
          
            
              <category>architecture</category>
            
          
            
              <category>experiment</category>
            
          
        
        
          
            
              <category>Server-side Redux</category>
            
          
        
      </item>
      
      <item>
        <title>Single Page Application. React example.</title>
        <link>http://valerii-udodov.com/posts/single-page-application-react-example/</link>
        <pubDate>Fri, 24 Jan 2020 04:10:49 +0000</pubDate>
        <author>vudodov@gmail.com (Valerii Udodov (aka Val))</author>
        <atom:modified>Fri, 24 Jan 2020 04:10:49 +0000</atom:modified>
        <guid>http://valerii-udodov.com/posts/single-page-application-react-example/</guid>
        <description>It is not a guide for building a single page application with the help of React JS.
This article is about the tool that empowers modern web to look the way it looks today and provide a seamless experience of navigation, enabling single page applications to exist.
Good old days Back in the days, the internet and everything around it was different, as well as expectations from web sites. A typical web site would be a set of HTML pages tied together with cross-references.</description>
        
        <dc:creator>Valerii Udodov (aka Val)</dc:creator>
        
        
        
        
          
            
              <category>reactjs</category>
            
          
            
              <category>routing</category>
            
          
            
              <category>S3</category>
            
          
            
              <category>SPA</category>
            
          
            
              <category>WebPack</category>
            
          
        
        
          
            
              <category>front-end</category>
            
          
        
        
      </item>
      

    
  </channel>
</rss>
