{"id":11817,"date":"2022-06-22T18:19:00","date_gmt":"2022-06-22T15:19:00","guid":{"rendered":"https:\/\/flatlogic.com\/blog\/?p=11817"},"modified":"2022-11-14T00:19:15","modified_gmt":"2022-11-13T21:19:15","slug":"is-react-a-framework","status":"publish","type":"post","link":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/","title":{"rendered":"Is React a Framework? Interview with Software Engineers [FAQ]"},"content":{"rendered":"<p>By definition &#8211; React is one of the most popular <a  data-ilj-link-preview=\"true\"  data-featured-image=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2019\/09\/top-articles-copy-600x450.png\"  data-excerpt=\"Here is our list of JS articles of 2019. We collected 17 posts with tricks and tips in JavaScript and its frameworks.\" href=\"https:\/\/flatlogic.com\/blog\/17-articles-of-september-2019-to-learn-javascript\/\">JavaScript<\/a> UI libraries nowadays. It comes in second place after jQuery among all web frameworks! React&#8217;s popularity has grown rapidly thanks to a simple and declarative API that allows you to build high-performance applications, and that momentum keeps growing. Still, there is often discussion and questioning that React is a framework or library.<\/p><figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" width=\"1024\" height=\"683\" data-src=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/11\/lautaro-andreani-xkBaqlcqeb4-unsplash-1024x683.jpg\" alt=\"\" class=\"wp-image-12515 lazyload\" data-srcset=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/11\/lautaro-andreani-xkBaqlcqeb4-unsplash-1024x683.jpg 1024w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/11\/lautaro-andreani-xkBaqlcqeb4-unsplash-600x400.jpg 600w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/11\/lautaro-andreani-xkBaqlcqeb4-unsplash-768x512.jpg 768w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/11\/lautaro-andreani-xkBaqlcqeb4-unsplash-1536x1024.jpg 1536w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/11\/lautaro-andreani-xkBaqlcqeb4-unsplash-2048x1365.jpg 2048w\" data-sizes=\"auto\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/683;\" data-original-sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>Is <a  data-ilj-link-preview=\"true\"  data-featured-image=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2020\/02\/Frame-9-600x450.png\"  data-excerpt=\"The battle between React and Angular has lasted for 7 years. It got its second wind in 2016 when Angular 2 was released. Today we have already worked with Angular 8, but the first significant shift occurred exactly in 2016 (six years after the release of the first Angular). React&nbsp;is an open-sourced JavaScript&nbsp;library&nbsp;for building a&hellip;\" href=\"https:\/\/flatlogic.com\/blog\/angular-vs-react-which-one-to-choose-for-your-web-app\/\">React<\/a> a Framework?<\/figcaption><\/figure><h2 class=\"wp-block-heading\">Firstly, let&#8217;s look what the difference between a framework and a library. <\/h2><p>The framework belongs to the <code>main()<\/code> function. It executes some functions, e.g. controlling a collection of windows on the screen. The framework can, in principle, work even if you have not set it up in any way. It does something, e.g. it places an empty window with default widgets. The framework defines the general nature of the program, and your code provides a specific setting. These settings can be very significant, as both a word processor and a spreadsheet can be created using the same framework.<\/p><p>The library is the set of tools used by your code. Your code belongs to the main() and provides the overall structure of the program. A library performs some specific task, such as sending traffic over a network, drawing charts, or something else. The library can do big things, like draw a view of a three-dimensional space full of objects, but only after you tell it about those objects.<\/p><p>The framework can call your code, which in turn calls the library. But your code never calls the framework, except perhaps for <code>system()<\/code> or <code>exec()<\/code> functions.<\/p><h2 class=\"wp-block-heading\">But, is React a Framework?&nbsp;<\/h2><p>We asked our Software Engineers Team for their opinion and they were split into two parts: some maintain the view that<a href=\"https:\/\/flatlogic.com\/blog\/tag\/reactjs\/\"> React<\/a> is a library, and others assign it as a Framework. Here are the most outstanding opinions:<\/p><p>From my point of view, React is not a framework, it&#8217;s just a library with no specific requirements for project structure. It&#8217;s about describing the abstractions of your application, logic, routing, data exchange, and so on. And React simplifies the work with this data, and optimizes the work with it<\/p><div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"><div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img decoding=\"async\" data-src=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/anton.jpeg\" alt=\"anton flatlogic\" class=\"wp-image-11885 lazyload\" width=\"125\" height=\"125\" data-srcset=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/anton.jpeg 512w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/anton-275x275.jpeg 275w\" data-sizes=\"auto\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 125px; --smush-placeholder-aspect-ratio: 125\/125;\" data-original-sizes=\"(max-width: 125px) 100vw, 125px\" \/><figcaption>Anton M. &#8211; Software Engineer at Flatlogic.com<\/figcaption><\/figure><\/div><\/div> <a href=\"https:\/\/flatlogic.com\/generator\"><img decoding=\"async\" data-src=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding.png\" alt=\"Professional Vibe Coding\" class=\"banner-img lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/640;\" data-srcset=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding.png 2560w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-600x150.png 600w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-1024x256.png 1024w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-768x192.png 768w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-1536x384.png 1536w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-2048x512.png 2048w\" data-sizes=\"auto\" data-original-sizes=\"(max-width: 2560px) 100vw, 2560px\"> <\/a><div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\"><p><em>From my point of view, React is not a framework, it&#8217;s just a library with no specific requirements for project structure. It&#8217;s about describing the abstractions of your application, logic, routing, data exchange, and so on. And React simplifies the work with this data, and optimizes the work with it<\/em><\/p><\/div><\/div><div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\"><div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\"><p><em>I know that react calls itself a &#8220;library&#8221;, and a lot of developers prefer to react to the home page with the title &#8220;library&#8221;. However, I think that React is more like a framework now, with different targets like web, react native, etc. And the foundation of React is JSX, which is crucial for proper developer experience, and requires a build step, so you can&#8217;t just slap a bunch of JSX files into a browser and call it a day. Nowadays when you say &#8220;I built this app with React&#8221; you don&#8217;t mean that you used it on one page or as a modern jquery alternative. You mean that you built everything around react, with its ecosystem, its best practices, etc. And with all those points in mind, I&#8217;d rather call react the framework, than a library<\/em><\/p><\/div><div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" data-src=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/viktor.jpeg\" alt=\"\" class=\"wp-image-11889 lazyload\" width=\"214\" height=\"214\" data-srcset=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/viktor.jpeg 512w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/viktor-275x275.jpeg 275w\" data-sizes=\"auto\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 214px; --smush-placeholder-aspect-ratio: 214\/214;\" data-original-sizes=\"(max-width: 214px) 100vw, 214px\" \/><figcaption>Viktor S. &#8211; Staff Engineer at Flatlogic.com<\/figcaption><\/figure><\/div><\/div><\/div><p>We also conducted research among others software engineers and would like to share with you the most impressive arguments on this point. <\/p><h2 class=\"wp-block-heading\">So, is React a Framework or a Library?<\/h2><h3 class=\"wp-block-heading\">React is a Library<\/h3><hr class=\"wp-block-separator\"\/><p>React is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications.<\/p><h4 class=\"wp-block-heading\"><strong>Now Why Library, not a Framework?<\/strong><\/h4><p>different definitions for <em>library<\/em> and <em>framework<\/em>:<\/p><ul class=\"wp-block-list\"><li>a framework is software where you plug your code into<\/li><li>a library software that you plug into your code<\/li><\/ul><p>In terms of this definition, React is a framework. But some people, especially in the frontend world, say a framework has to bring stuff like routers and\/or widgets, etc.&nbsp;<\/p><p>So Angular, and ExtJS are frameworks, but React isn&#8217;t, because it only gives you the means to build components and render them into the DOM.<\/p><hr class=\"wp-block-separator\"\/><p>Let&#8217;s make it simple, in React we have to include packages for everything it&#8217;s not necessary but yes we can add them, thus React is a Library but if we are not given the option to do so with our code then that&#8217;s a framework like Angular and Vue.<\/p><hr class=\"wp-block-separator\"\/><p>React is a library because it&#8217;s only supposed to deal with the view part of the eco-system, and you can integrate it easily into any project you&#8217;re working on currently, it&#8217;s something like jQuery, it only helps you with organizing your views into reusable components, of course, the performance is one of the best things about React, especially with the new Fiber algorithm, things will be faster seeing the scheduler mechanism, unlike Angular, it&#8217;s a framework that gives you everything you need, most of the things are already built-in, for React you need to create your own\/or grab some modules from npm to add extra functionality as need per your project.<\/p><hr class=\"wp-block-separator\"\/><p>It depends on how you use it. If you&#8217;re writing a small program and you structure your program around working with React, you are probably thinking of React as a framework.<\/p><p>If you have a big program and you use React as a small part of it just for handling output, then you&#8217;re probably thinking of React as a library.<\/p><p>If your program is<strong> 90% user interface<\/strong>, and not only your program structure but your data structures are shaped to fit the React system, then you may even think of React as a language. Hey, if TypeScript can be a language, why not React?<\/p><hr class=\"wp-block-separator\"\/><p>React is a library, cause it has mostly evolved into a vast ecosystem that is barely distinguishable from a framework. A framework protects the edges, whereas a library provides a tool for doing certain tasks. React handles exactly one task: abstracted Web Components. It offers an internal state, lifecycles, and external properties, as well as a renderer for a browser or comparable environment through ReactDOM &#8211; and nothing more.<\/p><p>This has a few advantages: it is smaller than a full-featured framework, has fewer opinions on how to address problems, and so provides more options.<\/p><hr class=\"wp-block-separator\"\/><p>I&#8217;d say React is a library posing as a framework. It feels like working in a framework (esp. with JSX, though using that is optional), but under the hood, it is just a library. This definition is quite good:<\/p><ul class=\"wp-block-list\"><li>a framework is a software that you plug your code into (e.g. you work &#8220;inside&#8221; it).<\/li><li>a library is a software that you plug into your code (e.g. you &#8220;hand-off&#8221; certain tasks to it, or build &#8220;on top&#8221; of it).<\/li><\/ul><p>React feels like the first, but is the second. The attached video compares React and Angular and hints at the distinction. Since React treats your code as a black box, you can push the data-binding concerns out to the edges of your system, to be &#8220;handed off&#8221; to <a href=\"https:\/\/flatlogic.com\/blog\/tag\/reactjs\/\">React<\/a> (i.e. how you would use a library). Angular, on the other hand, forces you to work &#8220;inside&#8221; their &#8220;scopes&#8221; using their &#8220;directives&#8221; to handle data-binding. In Angular, you are passing your data through scopes that observe your data model. You are always at the mercy of whichever directives they are building into their framework scaffolding. You are also working &#8220;inside&#8221; HTML (JS-in-HTML), with all the constraints that impose (giving more of a framework feeling). But with React, you have less of that feeling, since you have freedom (full power of JS), and can build &#8220;on top&#8221; of React (HTML\/JSX-in-JS). This is good since JS is inherently more powerful than HTML.<\/p><hr class=\"wp-block-separator\"\/><h3 class=\"wp-block-heading\">React is a Framework<\/h3><p>React is a framework. Honestly caring about the difference between a library and a framework is a bit pedantic, so I&#8217;d say you can call it either. Having said that, my definitions of the two words are that a library is a collection of functions, and a framework is a way of doing things.<\/p><p>By this definition, React is a framework because it forces you to build UI in the React way instead of Angular, etc. On the other hand, the dash is a perfect example of a library because it&#8217;s just a collection of functions, use them however you want.<\/p><hr class=\"wp-block-separator\"\/><p>JavaScript is known for its abundance of new plugins, frameworks, and other things created by its massive community of developers and designers.<\/p><p>You must be wondering what this fact has to do with the React JS framework and other frameworks. The truth is that many of the leading IT firms have already embraced JavaScript and leveraged its benefits.<\/p><p>That should answer the question and not cause any other debates, right? Well, not exactly; the debate over <strong>&#8220;<\/strong>Is React a framework or library?<strong>&#8220;<\/strong> is as strong as ever.<\/p><p>Over the years, developers, software engineers, and developer communities came up with pros and cons related to the status of React as a library or React as a framework. Let&#8217;s analyze them together.<\/p><h4 class=\"wp-block-heading\"><strong>React as a library<\/strong><\/h4><ul class=\"wp-block-list\"><li>React can be easily swapped by some other javascript library offering similar functionalities.<\/li><li>React can be easily plugged into an existing technology stack &#8211; and that&#8217;s the definition of a library.<\/li><\/ul><h4 class=\"wp-block-heading\"><strong>React as a framework<\/strong><\/h4><ul class=\"wp-block-list\"><li>Related libraries must work in an opinionated way.<\/li><li>Because of its state and lifecycle on the components, you inverted the control to React.<\/li><\/ul><hr class=\"wp-block-separator\"\/><p>Are you asking <strong>why<\/strong> <strong>React was designed as a library and not a framework [1]<\/strong> or <strong>why it is classified as a library and not a framework [2]?<\/strong><\/p><p><strong>[1] Why it was built that way?<\/strong> A library is something you can add to an existing project to enhance it. It does not impose any restrictions or conventions on your application design and you can supplement it with other libraries of your choice to flesh out your application. There is also a shorter learning curve (usually) on a library as you can add it incrementally to your project. A framework on the other hand implies structure and convention, you need to follow the conventions of the framework. In many cases a framework limits you to working within these conventions &#8211; you cannot (or it is difficult) mix a framework with other code.<\/p><p><\/p><p><strong>[2] Why it is not classified as a framework?<\/strong> Based on the definition of a framework it does not fit the bill &#8211; it is a library that is added to your code &#8211; it does not impose structure &#8211; beyond the use of the library itself and it can be mixed in with other code.<\/p><hr class=\"wp-block-separator\"\/><p>React does not solve any structural or architectural problems on the app level. It provides us with a set of methods for better (in my opinion) handling of the front end. I remember when jQuery did that back in the day, and how that started the revolution&#8230; React is now doing the same, just better.<\/p><p>Because React is a library eventually we got Flux and Redux. Both of them are handling real-world problems that come alongside Scaling. Mare library does not think about that.<\/p><p>React is a framework because Redux is referencing it as one (Source). Ah, as I started to hope that something in life is going to be easy. With React and Redux there is a clear layer of separation between the view and data. That is why React is not <a href=\"https:\/\/flatlogic.com\/blog\/top-10-javascript-frameworks-to-use-in-2022\/\" target=\"_blank\" rel=\"noreferrer noopener\">a complete <strong>framework<\/strong><\/a> to solve the entire problem.<\/p><h2 class=\"wp-block-heading\">Conclusion<\/h2><p>Soft engineers spend a lot of time talking about what React is. The answer is important for any React soft engineer, no matter their skill level. That is because it indicates what they should know and how they should work when <a href=\"https:\/\/flatlogic.com\/documentation\/creating-app\" target=\"_blank\" rel=\"noreferrer noopener\">developing any React application<\/a>. <\/p><p>Depending on who you are, a beginner or an advanced React soft engineer, I hope this thoughtful research will improve your development process as you build your next React project.<\/p>","protected":false},"excerpt":{"rendered":"<p>In this article we will think about React as a framework with Flatlogic&#8217;s team.<\/p>\n","protected":false},"author":24,"featured_media":11883,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"flatlogic_tldr":"Defines library vs framework via who calls whom and structure imposed\nFlatlogic engineers split on whether React is a library or a framework\nCore React handles UI; ecosystem supplies routing, state, and JSX\/build tooling\nArticle notes React ranks second after jQuery among web frameworks","flatlogic_facts":[{"text":"The article states React ranks second after jQuery among web frameworks.","source":""},{"text":"Flatlogic engineers were split on whether React is a library or a framework.","source":""},{"text":"The article defines: a framework calls your code; a library is called by your code.","source":""},{"text":"The article says React's core handles UI; routing and other features come from extra packages.","source":""},{"text":"The article notes JSX underpins React and typically requires a build step.","source":""}],"footnotes":""},"categories":[126],"tags":[354,35,410,409],"class_list":["post-11817","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-opinion","tag-cybersecurity-practices","tag-reactjs","tag-react-vs-angular","tag-web-app-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.2 (Yoast SEO v26.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Is React a Framework? Interview with Software Engineers [FAQ] - Flatlogic Blog<\/title>\n<meta name=\"description\" content=\"Many engineers argue if React is a framework or now? In this article, our principal engineers will answer this question!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Is React a Framework? Interview with Software Engineers [FAQ]\" \/>\n<meta property=\"og:description\" content=\"Many engineers argue if React is a framework or now? In this article, our principal engineers will answer this question!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/\" \/>\n<meta property=\"og:site_name\" content=\"Flatlogic Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/flatlogic\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-22T15:19:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-13T21:19:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/Post-Light-4.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alesia S.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@flatlogic\" \/>\n<meta name=\"twitter:site\" content=\"@flatlogic\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alesia S.\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Is React a Framework? Interview with Software Engineers [FAQ] - Flatlogic Blog","description":"Many engineers argue if React is a framework or now? In this article, our principal engineers will answer this question!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/","og_locale":"en_US","og_type":"article","og_title":"Is React a Framework? Interview with Software Engineers [FAQ]","og_description":"Many engineers argue if React is a framework or now? In this article, our principal engineers will answer this question!","og_url":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/","og_site_name":"Flatlogic Blog","article_publisher":"https:\/\/www.facebook.com\/flatlogic","article_published_time":"2022-06-22T15:19:00+00:00","article_modified_time":"2022-11-13T21:19:15+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/Post-Light-4.png","type":"image\/png"}],"author":"Alesia S.","twitter_card":"summary_large_image","twitter_creator":"@flatlogic","twitter_site":"@flatlogic","twitter_misc":{"Written by":"Alesia S.","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/#article","isPartOf":{"@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/"},"author":{"name":"Alesia S.","@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/person\/4ea8cd13c3b9919c455be1f34183a0c9"},"headline":"Is React a Framework? Interview with Software Engineers [FAQ]","datePublished":"2022-06-22T15:19:00+00:00","dateModified":"2022-11-13T21:19:15+00:00","mainEntityOfPage":{"@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/"},"wordCount":2029,"publisher":{"@id":"https:\/\/flatlogic.com\/blog\/#organization"},"image":{"@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/#primaryimage"},"thumbnailUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/Post-Light-4.png","keywords":["Cybersecurity Practices","React","React vs Angular","Web App Development"],"articleSection":["Opinion"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/","url":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/","name":"Is React a Framework? Interview with Software Engineers [FAQ] - Flatlogic Blog","isPartOf":{"@id":"https:\/\/flatlogic.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/#primaryimage"},"image":{"@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/#primaryimage"},"thumbnailUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/Post-Light-4.png","datePublished":"2022-06-22T15:19:00+00:00","dateModified":"2022-11-13T21:19:15+00:00","description":"Many engineers argue if React is a framework or now? In this article, our principal engineers will answer this question!","breadcrumb":{"@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/flatlogic.com\/blog\/is-react-a-framework\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/#primaryimage","url":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/Post-Light-4.png","contentUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/06\/Post-Light-4.png","width":1080,"height":1080,"caption":"react framework"},{"@type":"BreadcrumbList","@id":"https:\/\/flatlogic.com\/blog\/is-react-a-framework\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/flatlogic.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Is React a Framework? Interview with Software Engineers [FAQ]"}]},{"@type":"WebSite","@id":"https:\/\/flatlogic.com\/blog\/#website","url":"https:\/\/flatlogic.com\/blog\/","name":"Flatlogic Blog","description":"Vibe-coding, AI Agents, Professional Software Development Services, Case Studies and More","publisher":{"@id":"https:\/\/flatlogic.com\/blog\/#organization"},"alternateName":"Flatlogic Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/flatlogic.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/flatlogic.com\/blog\/#organization","name":"Flatlogic","url":"https:\/\/flatlogic.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/62ea6de0b3469aa3d6ebb528-1.png","contentUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/62ea6de0b3469aa3d6ebb528-1.png","width":970,"height":257,"caption":"Flatlogic"},"image":{"@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/flatlogic","https:\/\/x.com\/flatlogic","https:\/\/www.instagram.com\/flatlogiccom\/","https:\/\/www.linkedin.com\/company\/flatlogic\/"]},{"@type":"Person","@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/person\/4ea8cd13c3b9919c455be1f34183a0c9","name":"Alesia S.","url":"https:\/\/flatlogic.com\/blog\/author\/alesya\/"}]}},"_links":{"self":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts\/11817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/comments?post=11817"}],"version-history":[{"count":9,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts\/11817\/revisions"}],"predecessor-version":[{"id":12519,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts\/11817\/revisions\/12519"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/media\/11883"}],"wp:attachment":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/media?parent=11817"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/categories?post=11817"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/tags?post=11817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}