<?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: Sidharth Jain</title>
    <description>The latest articles on DEV Community by Sidharth Jain (@voracioussid).</description>
    <link>https://dev.to/voracioussid</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%2F618304%2F1d282476-c75a-4e2b-a658-050185b0e40b.jpg</url>
      <title>DEV Community: Sidharth Jain</title>
      <link>https://dev.to/voracioussid</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/voracioussid"/>
    <language>en</language>
    <item>
      <title>SwiftUI vs UIkit: Detailed Comparison</title>
      <dc:creator>Sidharth Jain</dc:creator>
      <pubDate>Tue, 28 Dec 2021 09:42:50 +0000</pubDate>
      <link>https://dev.to/voracioussid/swiftui-vs-uikit-detailed-comparison-f3d</link>
      <guid>https://dev.to/voracioussid/swiftui-vs-uikit-detailed-comparison-f3d</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1YHlakQ1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u83fpfq7czqz162uqf1t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1YHlakQ1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u83fpfq7czqz162uqf1t.png" alt="SwiftUI vs UIkit Detailed Comparison" width="880" height="461"&gt;&lt;/a&gt;&lt;span&gt;Much commotion was made with regards to the arrival of SwiftUI, as it vows to be an imaginative structure that will override UIkit because of its effortlessness and speed of coding.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;Before I become tied up with detail I might want to shape one thing clear: SwiftUI might be an amazing interface system and is 100% totally becoming the more extended term of application improvement on the initial stages.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;In the first place, you should recognize UIkit and storyboards.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;UIkit is a structure that characterizes the center components of iOS applications. To fill the openings of what SwiftUI is presently not prepared to do, it's a major benefit to likewise know the UIkit system.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;This structure will in any case be a significant piece of the iOS dev world for at least the following not many years. It's likewise critical to know that potential managers will no doubt request UIkit information and abilities from you, essentially for the following few years.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;SwiftUI can cooperate with UIkit by making it more straightforward to add SwiftUI perspectives to UIkit and vice versa utilizing a couple of expansions partook in this blog entry. SwiftUI was presented in iOS 13 all at once. Large numbers of us have a major application working with UIkit.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;h2&gt;&lt;span&gt;Is Swift better than UIkit?&lt;/span&gt;&lt;/h2&gt;

&lt;p&gt;&lt;span&gt;&lt;a href="https://dev.to/mtsrodrigues/understanding-swiftui-modifiers-3e50"&gt;SwiftUI &lt;/a&gt;utilizes UIkit and AppKit in the background, this implies that delivering isn't any quicker. Be that as it may, as far as development assemble time, SwiftUI ordinarily performs better compared to UIkit.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;That is on the grounds that the chain of importance of view dwells in esteem type structs put away on the stack, which implies no expensive memory allocation. In terms of performance SwiftUI usually performs better than UIkit.&lt;/span&gt;&lt;/p&gt;

&lt;h3&gt;&lt;b&gt;Basic Differences between Swift better than UIkit&lt;/b&gt;&lt;/h3&gt;

&lt;h4&gt;UIkit&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;span&gt;It is designed with Storyboards&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;It is a layout constraint system&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;It is class-based&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;Everything inherits from NSObject&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;UI View Controller handles events and UI View describes an interface&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;&lt;b&gt;SwiftUI&lt;/b&gt;&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;span&gt;It is designed with code and previews&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;iOS 13 and later&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;Its view is a protocol&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;Chain modifiers&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;It manages themes very easily&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;Data bound to views&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;span&gt;Advantages and Disadvantages of SwiftUI&amp;nbsp;&lt;/span&gt;&lt;/h3&gt;

&lt;h4&gt;&lt;b&gt;Disadvantages of SwiftUI&amp;nbsp;&lt;/b&gt;&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;span&gt;It upholds just iOS 13 and XCode 11. By changing to them, you forsake clients of more established forms of iOS, which is an extreme move without worry for the client.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;It doesn't permit you to analyze the hierarchy of importance in XCode Previews.&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;It's still exceptionally youthful, so there isn't a lot of information on Stack Overflow. This implies that you can't get a lot of help settling confounding issues.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;&lt;b&gt;Advantages of SwiftUI&amp;nbsp;&lt;/b&gt;&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;span&gt;It tends to be blended in with UIkit utilizing UIHostingController.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;It permits you to easily manage themes.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;Designers can undoubtedly add dark mode to their applications and set it as the default topic, and clients can without much of a stretch empower dull mode.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;It offers a Live Preview. This is an exceptionally helpful and moderate method for seeing the consequences of code execution progressively without building.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;SwiftUI at this point doesn't need Interface Builder. It was supplanted by Canvas, an intuitive interface editorial manager.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;When composing code, the visual part in Canvas is naturally produced, and when you make visual show components, they consequently show up in the code.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;&lt;b&gt;Disadvantages of UI Kits&amp;nbsp;&lt;/b&gt;&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;span&gt;Very little space for personalization. Customization when utilizing such packs is free and can be applied to highlights like textual styles, colors, designs.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;Fragmented units have many elements yet no different either way. Despite the fact that the greater part of the UI devices in units incorporate a lot of parts, not every one of the devices can supply originators and designers with precisely what they need.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;A wealth of adjustable highlights, dazzling formats, practical designs, moment code age yet at a specific cost, and that cost can lead to many dollars for a month-to-month plan.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Advantages of UIkit&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;span&gt;UIkit regularly peers decently right out of the case.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;On the off chance that the UI Kit has decent quality, you might learn great practices with it.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
    &lt;li&gt;&lt;span&gt;They are a superb wellspring of motivation.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;&lt;span&gt;Is SwiftUI going to replace UIkit?&amp;nbsp;&lt;/span&gt;&lt;/h3&gt;

&lt;p&gt;&lt;span&gt;UI systems have consistently been key to the design of versatile applications. Beginning with iOS 13, Apple is utilizing the new SwiftUI system.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;It is step by step replacing UIkit, which was effectively utilized before.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;From the beginning point, Apple is known as the distinct changer in whatever field they bounce into and there's no huge contrast with regards to &lt;a href="https://graffersid.com/mobile-app-development-services/"&gt;mobile App Development&lt;/a&gt; or producing for every one of the accessible stages on the planet.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;The cross-stage development or structures accessible presently are offering help to two of the most well-known versatile stages i.e., Android and iOS and steadily they are beginning their help to web and work area stages.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;So when somebody asks you.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Is SwiftUI the future?&lt;/b&gt;&lt;span&gt; The basic responsibility for this is yes you ought to get going learning SwiftUI on the grounds that it is the eventual fate of application development on Apple's, yet you actually need to acquire UIKit on the grounds that this.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;However, parts like text fields were worked with lower-level API, and as SwiftUI doesn't have any current code composed against it yet that depends on specific highlights, they could construct more straightforward, quicker forms of these UI components.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;Always keep in mind, AppKit was initially intended for NeXT UI, and afterward refreshed to Aqua, and UIKit was intended for iOS 2.0-time UIs, so they do a great deal of stuff a run of the mill application today doesn't utilize any longer.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;Since SwiftUI utilizes UIkit and AppKit in the background implies that delivering isn't any quicker.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;Notwithstanding, since the order of view data is held in esteem type structs, which are put away on the stack I.e. no costly memory designations, it can perform better in some situations.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;Finally, SwiftUI just redraws when the state is changed, which will help with execution.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;h3&gt;&lt;span&gt;Conclusion:&amp;nbsp;&lt;/span&gt;&lt;/h3&gt;

&lt;p&gt;&lt;span&gt;To fill the openings of what SwiftUI is at present not prepared to do, it's a major benefit to likewise know the UIkit system. This system will in any case be a significant piece of the iOS dev world for at least the following not many years.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;Know that potential businesses will in all probability request UIkit information and abilities from you, essentially for the following several years. To summarize, we can urge new iOS designers to begin with learning SwiftUI as opposed to working with storyboards.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;However, now, it's an extremely huge benefit to know basically the fundamentals of UIkit in the event that it's impractical to execute the needed application usefulness utilizing SwiftUI as it were.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;Luckily, it is simple to interface between SwiftUI and UIkit. Going ahead, SwiftUI will be the eventual fate of advancement for iOS, yet all Apple stages. macOS, watchOS, tvOS all right now support SwiftUI improvement, and Apple has invested a ton of time and energy into it.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;It's not disappearing any time soon. Things like WidgetKit, the API used to foster the all-new gadget highlight on iOS 14 are at present simply being made accessible to SwiftUI.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span&gt;It's an interesting chance to make versatile applications, and with such a fast movement of SwiftUI in such a brief time frame, the future looks exceptionally brilliant.&lt;/span&gt;&lt;/p&gt;

</description>
      <category>design</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Is React a Frontend or Backend library</title>
      <dc:creator>Sidharth Jain</dc:creator>
      <pubDate>Wed, 28 Apr 2021 08:13:11 +0000</pubDate>
      <link>https://dev.to/voracioussid/is-react-a-frontend-or-backend-library-2d01</link>
      <guid>https://dev.to/voracioussid/is-react-a-frontend-or-backend-library-2d01</guid>
      <description>&lt;h2&gt;What is React js? &lt;/h2&gt;

&lt;p&gt;React is a Javascript library made by Facebook utilized for building UIs and their components. It is largely utilized as a base for single-page or versatile applications, and it is ideal for getting quickly changing information that should be recorded. It requires the utilization of extra libraries for the state the executives, directing, and communication with an API for bringing information in applications. However, if you are not familiar with JavaScript or JavaScript libraries, that is not an accommodating definition. So let us take a step back and deal with those terms first. &lt;/p&gt;

&lt;h2&gt;What is JavaScript?&lt;/h2&gt;

&lt;p&gt;JavaScript (JS) is an object-based scripting language that can update and change the HTML and CSS of the website. It controls the uniqueness of website content, for example, slideshows, graphically designed, intuitive structures and interactive forms, and much more. JavaScript can figure, control, approve information and is for the most part used to add enlivened and intuitive highlights on the site. &lt;/p&gt;

&lt;p&gt;JavaScript assumes a significant part in web application development for performing redundant capacities like distinguishing client programs and operating systems, dealing with time and date, search bar auto-complete component, liveliness impacts, and so on...&lt;/p&gt;

&lt;p&gt;There are countless conversations concerning React being a structure or a library and whether it helps in Frontend or Backend web development. Residue every one of the confusions identified with React as this blog will give you an express image of its center usefulness. It was built by Jordan Walke, with the reason to improve on web development. &lt;/p&gt;

&lt;p&gt;React principally got sent on Facebook's newsfeed in 2011 and later on Instagram in the year 2012. Reactjs is liable for everything occurring on the server-side. It largely affects the front-end improvement with more than 97000+ websites as of now running on it. This library permits Reactjs engineers to configure enormous web applications with inconsistent information, without reloading the page. Reactjs patches up the application by enhancing its speed and adding on new highlights even after the arrangement stage. &lt;/p&gt;

&lt;p&gt;React is stacked with rich highlights that incorporate JSX, which adds XML punctuation to JavaScript, One-way data flow wherein the child component does not affect the parent component that eases the debugging of application, and Virtual document object model, an in-memory data structure store that figures the progressions made and automatically update the program.&lt;/p&gt;

&lt;p&gt;So, React is a front-end library that suddenly spikes in demand for a program. Like most libraries, this one sudden spike in demand for web servers like Apache or with back ends like PHP or Rails.&lt;/p&gt;

&lt;h2&gt;What is Exceptional about Reactjs? &lt;/h2&gt;

&lt;p&gt;Reactjs is a lot of not the same as other mainstream systems like Angular or Ember. In contrast to other people, Reactjs is based on the idea of parts and capacities with different structures just as libraries like jquery. The utilization of the virtual document object model makes Reactjs the fastest library since it only updates the changed bit of all the web pages. This method of the architecture of the application makes Reactjs the most productive solution for the designers.&lt;/p&gt;

&lt;h2&gt;Is Reactjs Front-end or Back-end? Why You Should Use Reactjs&lt;/h2&gt;

&lt;p&gt;React is utilized as customer-side programming building things that a client will see and interface on-screen in their program window, which makes, Reactjs a front-end library. Here is a portion of the reasons underneath for utilizing Reactjs &lt;/p&gt;


&lt;ul&gt;

 &lt;li&gt;The Reactjs improvement strategies are a lot less complex to get a handle on due to its segment-based methodology, all-around characterized attributes to learn and assemble an expert web (and versatile applications).&lt;/li&gt;

 &lt;li&gt;It is not difficult to learn with simply past essential programming information.&lt;/li&gt;

 &lt;li&gt;Respond upholds broad code reusability and gives a local way to deal with fabricated iOS, Android, and web applications.&lt;/li&gt;

 &lt;li&gt;Information restricting is one of the qualities that is utilized to React with an application considered Flux and controls the progression of information segments through a state of control.&lt;/li&gt;

&lt;li&gt;Applications made by Reactjs are not difficult to test and can be treated as capacities, control the Reactjs view and investigate the yield, set off activities, capacities, occasions, etc.&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;Top 8 benefits of Reactjs&lt;/h2&gt;

&lt;h3&gt;Performance&lt;/h3&gt;

&lt;p&gt;The primary target of Reactjs advancement administrations is to give high application execution. A portion of the center highlights of Reactjs.&lt;/p&gt;

&lt;h3&gt;Adaptability&lt;/h3&gt;

&lt;p&gt;Reactjs is altogether different from other enormous solid frameworks. Because of a particular development, its code is adaptable and simple to keep up. This makes the applications more versatile and sets aside time and money for the organization over the long haul. &lt;/p&gt;

&lt;h3&gt;Simple to learn&lt;/h3&gt;

&lt;p&gt;For the developers who are now acquainted with JavaScript, the arrangement of Reactjs will be genuinely simple and fast. Actually, a specialist JavaScript designer can accomplish capability in Reactjs advancement in a little while. &lt;/p&gt;

&lt;h3&gt;Search Engine Optimization&lt;/h3&gt;

&lt;p&gt;An online business vigorously depends on Search Engine Optimization for its quality in the online market. The Backend delivering in Reactjs sites altogether lessens the heap time, which improves them streamlined for web engineers. &lt;/p&gt;

&lt;h3&gt;Solid people group support&lt;/h3&gt; 

&lt;p&gt;The huge environment of Reactjs is one reason why you ought to pick Reactjs for your next project. Since Facebook, Reactjs is yet upheld by the organization, dispatched it. Other than that, in excess of 1,000+ solid supporters consistently update the library.&lt;/p&gt;

&lt;h3&gt;Speed and proficiency&lt;/h3&gt;

&lt;p&gt;For what reason do we utilize Reactjs? For its speed and proficiency. Reactjs makes it feasible for the developers to utilize singular pieces of the application on the customer side just as the worker side. &lt;/p&gt;

&lt;p&gt;So it simply puts the different developers or teams can write individual parts without any kind of uncertainty. Any changes that have been made will not disturb any kind of logic of the application.&lt;/p&gt;

&lt;p&gt;So, as with the above discussions, it is clear now that React js is a front-end library. &lt;/p&gt;

&lt;h2&gt;Why should we use Reactjs for our project or our needs?&lt;/h2&gt;

&lt;h3&gt;It permits composing custom components&lt;/h3&gt;

&lt;p&gt;React accompanies JSX, a discretionary syntax extension, which makes it conceivable to compose your components. These components essentially acknowledge HTML quoting and makes all subcomponents delivering a brilliant experience for the developers.&lt;/p&gt;

&lt;h3&gt;It offers quick delivering&lt;/h3&gt;

&lt;p&gt;At the point when you are building a complex, high-load app, it gets required to characterize the design of the application before all else since it can affect the performance of your application. In simple words, the document object model is tree-structures. Thus, a minor change at a more elevated level layer can affect the user interface of an application.&lt;/p&gt;

&lt;h3&gt;It helps in building user interfaces&lt;/h3&gt;

&lt;p&gt;Today, the quality of the user interface in an application assumes a significant part. If the user interface is poorly designed, it brings down the odds of an application to success. Yet, assuming an application has a high-quality user interface, there are better possibilities that your clients will very much want to utilize the application. Thus, building rich user interfaces is somewhat important for an application to endure and flourish.&lt;/p&gt;

&lt;h3&gt;It is easy to learn&lt;/h3&gt; 

&lt;p&gt;As React compared with other well-known Frontend frameworks like Angular and Vue, is a lot simpler to learn. Truth be told, it is one of the primary reasons why React acquired such a lot of footing in a brief period. It assists organizations with building their projects very easily. The harder it is to become familiar with a specific innovation or structure, the additional time it will take to start the development process.&lt;/p&gt;

&lt;h3&gt;It accompanies helpful developer’s toolset&lt;/h3&gt; 

&lt;p&gt;Getting the hang of arising advances and utilizing them, overall, undertakings can be both fun and useful, yet just on the off chance that they are utilized accurately. Facebook gets this and it is thus they have added truly necessary chrome dev devices and Chrome dev tools in their Reactjs system. &lt;/p&gt;

&lt;h3&gt;It offers better code dependability&lt;/h3&gt; 

&lt;p&gt;It follows a descending information stream to guarantee that the parent structure is not influenced by any changes in its child structure. In this way, at whatever point a designer makes changes in an object, the person in question just needs to adjust its states and make appropriate revisions. This way just a particular component will be refreshed. &lt;/p&gt;

&lt;h3&gt;Strong community support&lt;/h3&gt;

&lt;p&gt;Similar to Angular, React additionally has exceptionally solid local area support, which is one of the principal motivations to receive Reactjs in your undertaking. Consistently, countless individual React developers are contributing towards making React a superior Frontend  structure.&lt;/p&gt;

&lt;h3&gt;It is SEO-friendly&lt;/h3&gt;

&lt;p&gt;For any online business, website design improvement is the gateway to progress. Because of the quick delivery, React, contrasted with different systems, altogether decreases the page load time, which extraordinarily helps organizations in getting the google rank on Google Search Engine Result Page.&lt;/p&gt;

&lt;h2&gt;Conclusion&lt;/h2&gt;

&lt;p&gt;Hope that you are now very clear that why Reactjs is a known great Frontend framework. Similar to the angular, react is likewise a great structure and is deserving of your consideration.  &lt;/p&gt;

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