<?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: Alan Alickovic</title>
    <description>The latest articles on Forem by Alan Alickovic (@alan2207).</description>
    <link>https://forem.com/alan2207</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%2F136074%2Fbb8d6e94-3b27-47b2-ac65-027327a6941e.jpg</url>
      <title>Forem: Alan Alickovic</title>
      <link>https://forem.com/alan2207</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/alan2207"/>
    <language>en</language>
    <item>
      <title>Bulletproof React 🛡️ ⚛️</title>
      <dc:creator>Alan Alickovic</dc:creator>
      <pubDate>Sat, 17 Jul 2021 12:48:38 +0000</pubDate>
      <link>https://forem.com/alan2207/bulletproof-react-3lej</link>
      <guid>https://forem.com/alan2207/bulletproof-react-3lej</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;React is a great tool for building frontend applications. It has a very diverse eco-system with hundreds of great libraries for literally anything you might need. However it can be overwhelming to be forced to make so many choices.&lt;/p&gt;

&lt;p&gt;React is also very flexible, you can write React applications in any way you like but that flexibility comes with a cost. Since there is no pre-defined architecture developers can to follow, it often leads to messy, uncosistent or over-complicated codebases.&lt;/p&gt;

&lt;p&gt;This is an attempt to present the way of creating React applications using the best tools in the eco-system with a good project structure that scales very well. It is based on the experience of working with many different codebases, and this architecture turns out to be the most effective one.&lt;/p&gt;

&lt;p&gt;The goal of this repo is to serve as a collection of good practices when developing React applications. It is supposed to showcase solving most of the real-world problems of an application in a practical way and help developers writing better applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Includes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Project Configuration&lt;/li&gt;
&lt;li&gt;Project Structure&lt;/li&gt;
&lt;li&gt;Components And Styling&lt;/li&gt;
&lt;li&gt;Forms&lt;/li&gt;
&lt;li&gt;API Layer&lt;/li&gt;
&lt;li&gt;State Management&lt;/li&gt;
&lt;li&gt;Auth&lt;/li&gt;
&lt;li&gt;API Mock Server&lt;/li&gt;
&lt;li&gt;Testing&lt;/li&gt;
&lt;li&gt;Error Handling&lt;/li&gt;
&lt;li&gt;Performance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feel free to explore the repo to get the most value out of it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/alan2207/bulletproof-react"&gt;https://github.com/alan2207/bulletproof-react&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope you will find this useful, if you have any questions, feel free to reach out to me via email at &lt;a href="mailto:alan.alickovic@gmail.com"&gt;alan.alickovic@gmail.com&lt;/a&gt; or via &lt;a href="https://twitter.com/alan_alickovic"&gt;Twitter&lt;/a&gt; or &lt;a href="https://www.linkedin.com/in/alan-alickovic/"&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>architecture</category>
      <category>frontend</category>
    </item>
  </channel>
</rss>
