{"id":51095,"date":"2024-05-08T11:59:05","date_gmt":"2024-05-08T06:29:05","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=51095"},"modified":"2025-10-22T17:35:32","modified_gmt":"2025-10-22T12:05:32","slug":"guide-to-install-reactjs-on-windows","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/guide-to-install-reactjs-on-windows\/","title":{"rendered":"How to Install React.js on Windows: A Complete Guide"},"content":{"rendered":"\n<p>React.js, a powerful JavaScript library from Facebook, is widely used for creating dynamic web interfaces. Setting up React on your Windows machine is your first step in modern web development. In this blog, we&#8217;ll show you how to quickly and easily set up a React development environment. <\/p>\n\n\n\n<p>From installing Node.js to creating your first React app, you&#8217;ll be ready to start building high-performance applications in no time.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is React.js?<\/strong><\/h2>\n\n\n\n<p><a href=\"https:\/\/react.dev\/\" target=\"_blank\" rel=\"noreferrer noopener\">React.js<\/a> is a popular open-source JavaScript library developed by Facebook, primarily used for building user interfaces, especially for single-page applications. Its main focus is on rendering UI components efficiently and updating them in response to data changes, making the development process smoother for complex and interactive web applications.<\/p>\n\n\n\n<p><em>Key features of React.js include:<\/em><\/p>\n\n\n\n<ol>\n<li><strong>Component-Based Architecture<\/strong>: React breaks down the UI into reusable components, each encapsulating its own logic and rendering, making the development and maintenance of complex applications easier.<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/www.guvi.in\/blog\/guide-on-virtual-dom\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/what-is-dom-manipulation\/\" rel=\"noreferrer noopener\">Virtual DOM<\/a><\/strong>: React uses a virtual representation of the actual DOM (Document Object Model) to optimize updates and minimize direct manipulation of the browser&#8217;s DOM. This results in faster rendering and improved performance.<\/li>\n\n\n\n<li><strong>Declarative Programming<\/strong>: React allows developers to describe how the UI should look at any given time. When data changes, React efficiently updates and re-renders the components.<\/li>\n\n\n\n<li><strong>Unidirectional Data Flow<\/strong>: React follows a one-way data flow, making it easier to track data changes, which helps with debugging and ensures predictable behavior.<\/li>\n\n\n\n<li><strong>JSX Syntax<\/strong>: React uses a syntax extension called <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/XML\/Parsing_and_serializing_XML\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/XML\/Parsing_and_serializing_XML\" rel=\"noreferrer noopener\">JSX (JavaScript XML)<\/a> that allows developers to write HTML-like code directly within JavaScript. This makes the code more readable and easier to understand.<\/li>\n<\/ol>\n\n\n\n<p>React is widely used for building web applications due to its flexibility, scalability, and strong community support.<\/p>\n\n\n\n<p><strong><em>Ready to elevate your <a href=\"https:\/\/www.guvi.in\/blog\/best-skills-for-web-development\/\" target=\"_blank\" rel=\"noreferrer noopener\">web development skills?<\/a> Join HCL GUVI&#8217;s <a href=\"https:\/\/www.guvi.in\/courses\/web-development\/react-js\/?utm_source=blog&amp;utm_medium=organic&amp;utm_campaign=How+to+Install+React.js+on+Windows\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/courses\/web-development\/react-js\/?utm_source=blog&amp;utm_medium=organic&amp;utm_campaign=How+to+Install+React.js+on+Windows\">React.js course<\/a> and transform your expertise into mastery. Enroll now!<\/em><\/strong><\/p>\n\n\n\n<p><strong><em>Also Explore: <a href=\"https:\/\/www.guvi.in\/blog\/top-technologies-for-javascript-backend-developer\/\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/top-technologies-for-javascript-backend-developer\/\">Top Technologies to Learn for a JavaScript Backend Developer<\/a><\/em><\/strong><\/p>\n\n\n\n<p>After understanding the fundamental concepts of React.js and how it empowers developers to build dynamic user interfaces,<em> let&#8217;s move forward with a step-by-step guide on how to install React.js on Windows.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Install React.js on Windows<\/strong><\/h2>\n\n\n\n<p>To seamlessly develop user interfaces with React.js on your Windows system, follow these steps for a smooth installation:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Install Node.js<\/strong><\/h3>\n\n\n\n<p>Start by installing the Node.js installer for Windows. <a href=\"https:\/\/nodejs.org\/en\" target=\"_blank\" rel=\"noreferrer noopener\">Click here<\/a> to visit the official Node.js website and download the LTS version (recommended). Once the installer is downloaded, run it, and follow the prompts, ensuring you don&#8217;t change any default settings. Click &#8220;Next&#8221; until the installation completes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/1-1200x628.png\" alt=\"How to Install React.js on Windows\" class=\"wp-image-52496\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/1-1200x628.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/1-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/1-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/1-1536x804.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/1-2048x1072.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/1-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p><strong><em>Also Read: <a href=\"https:\/\/www.guvi.in\/blog\/build-a-search-filter-component-in-react\/\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/build-a-search-filter-component-in-react\/\">Build a Search Component in React [just in 3 simple steps]<\/a><\/em><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Verify the Installation<\/strong><\/h3>\n\n\n\n<p>To ensure Node.js has been installed correctly, open the command prompt and type:<\/p>\n\n\n\n<p><strong>node -v<\/strong><\/p>\n\n\n\n<p>If the installation is successful, the terminal will display the installed version of Node.js.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/2-1200x628.png\" alt=\"\" class=\"wp-image-52495\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/2-1200x628.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/2-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/2-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/2-1536x804.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/2-2048x1072.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/2-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p><strong><em>Also Read: <a href=\"https:\/\/www.guvi.in\/blog\/how-to-render-an-array-of-objects-in-react\/\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/how-to-render-an-array-of-objects-in-react\/\">How to Render an Array of Objects in React? [in 3 easy steps]<\/a><\/em><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Install Create React App<\/strong><\/h3>\n\n\n\n<p>Next, in the terminal, run the following command:<\/p>\n\n\n\n<p><strong>npm install -g create-react-app<\/strong><\/p>\n\n\n\n<p>This command will globally install the Create React App tool. To verify the installation, type:<\/p>\n\n\n\n<p><strong>create-react-app &#8211;version<\/strong><\/p>\n\n\n\n<p>If installed correctly, it will display the installed version of create react app.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/3-1200x628.png\" alt=\"How to Install React.js on Windows\" class=\"wp-image-52494\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/3-1200x628.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/3-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/3-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/3-1536x804.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/3-2048x1072.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/3-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p><strong><em>Also Read: <a href=\"https:\/\/www.guvi.in\/blog\/how-to-fetch-and-display-data-from-api-in-react\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/how-to-fetch-data-using-api-in-react\/\" rel=\"noreferrer noopener\">Use ReactJS to Fetch and Display Data from API \u2013 5 Simple Steps<\/a><\/em><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Create a New Folder for Your React App<\/strong><\/h3>\n\n\n\n<p>Create a new folder for your React app by running:<\/p>\n\n\n\n<p><strong>mkdir newfolder<\/strong><\/p>\n\n\n\n<p>Replace &#8220;newfolder&#8221; with your desired folder name. Move inside the folder using:<\/p>\n\n\n\n<p><strong>cd newfolder<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/4-1200x628.png\" alt=\"How to Install React.js on Windows\" class=\"wp-image-52493\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/4-1200x628.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/4-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/4-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/4-1536x804.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/4-2048x1072.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/4-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p><strong><em>Also Read: <a href=\"https:\/\/www.guvi.in\/blog\/most-important-react-interview-questions\/\">Top ReactJS Interview Questions and Answers Of 2024! [Part-1]<\/a><\/em><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 5: Create a New React App<\/strong><\/h3>\n\n\n\n<p>Inside the newly created folder, run the command:<\/p>\n\n\n\n<p><strong>create-react-app your_app_name<\/strong><\/p>\n\n\n\n<p>This will take some time as it installs the required dependencies. Note: Due to npm naming restrictions, the app name should only contain lowercase letters.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/5-1200x628.png\" alt=\"How to Install React.js on Windows\" class=\"wp-image-52492\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/5-1200x628.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/5-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/5-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/5-1536x804.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/5-2048x1072.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/5-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p><strong><em>Also Read: <a href=\"https:\/\/www.guvi.in\/blog\/usestate-hook-in-react-for-beginners-react-hooks\/\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/usestate-hook-in-react-for-beginners-react-hooks\/\">useState() Hook in React for Beginners | React Hooks 2024<\/a><\/em><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 6: Open Your Project in an IDE<\/strong><\/h3>\n\n\n\n<p>Open your preferred IDE (e.g., Visual Studio Code) and navigate to the folder where your React app was installed. Enter the directory using:<\/p>\n\n\n\n<p><strong>cd your_app_name<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/6-1200x628.png\" alt=\"How to Install React.js on Windows\" class=\"wp-image-52491\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/6-1200x628.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/6-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/6-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/6-1536x804.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/6-2048x1072.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/6-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p><strong><em>Also Read: <a href=\"https:\/\/www.guvi.in\/blog\/prerequisites-for-reactjs\/\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/prerequisites-for-reactjs\/\">6 Essential Prerequisites For Learning ReactJS<\/a><\/em><\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 7: Start Your App<\/strong><\/h3>\n\n\n\n<p>To start your app, run the following command:<\/p>\n\n\n\n<p><strong>npm start<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/11-1200x628.png\" alt=\"How to Install React.js on Windows\" class=\"wp-image-52490\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/11-1200x628.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/11-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/11-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/11-1536x804.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/11-2048x1072.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/11-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>This command will open a new tab in your browser, displaying the React logo. <strong>Congratulations! You have successfully installed a React app and are ready to start building amazing web applications.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/12-1200x628.png\" alt=\"How to Install React.js on Windows\" class=\"wp-image-52489\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/12-1200x628.png 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/12-300x157.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/12-768x402.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/12-1536x804.png 1536w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/12-2048x1072.png 2048w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/12-150x79.png 150w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p><strong><em>Are you curious about how to become a proficient full-stack developer? HCL GUVI&#8217;s <a href=\"https:\/\/www.guvi.in\/zen-class\/full-stack-development-course\/?utm_source=blogs&amp;utm_medium=organic&amp;utm_campaign=How+to+Install+React.js+on+Windows\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/zen-class\/full-stack-development-course\/?utm_source=blogs&amp;utm_medium=organic&amp;utm_campaign=How+to+Install+React.js+on+Windows\">Full Stack Development Course<\/a> is your gateway to achieving that goal! Designed to equip you with essential skills, it offers a comprehensive curriculum covering full-stack development. Enroll now!<\/em><\/strong><\/p>\n\n\n\n<p><strong><em>Must Know About <a href=\"https:\/\/www.guvi.in\/blog\/mistakes-to-avoid-in-first-react-project\/\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/mistakes-to-avoid-in-first-react-project\/\">Mistakes to Avoid When Starting the First React Project<\/a><\/em><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Setting up a React development environment on Windows is an important foundational step for developers eager to create modern web applications. Installing Node.js and using the Create React App tool provides the essential tools to confidently build dynamic and interactive applications. <\/p>\n\n\n\n<p>With this setup in place, developers can explore React&#8217;s vast ecosystem, designing reusable components, managing state efficiently, and ultimately building scalable, robust applications that meet diverse needs. The journey with React is filled with possibilities, enabling developers to push creative boundaries and deliver innovative web solutions.<\/p>\n\n\n\n<p><strong><em>Must Explore: <a href=\"https:\/\/www.guvi.in\/blog\/react-project-ideas-for-developers\/\" data-type=\"link\" data-id=\"https:\/\/www.guvi.in\/blog\/react-project-ideas-for-developers\/\">10 Best React Project Ideas for Developers [with Source Code]<\/a><\/em><\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1714971253529\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">Why do I need Node.js to install React.js on Windows?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Node.js is required because it includes npm (Node Package Manager), which is essential for installing JavaScript libraries like React. It also allows you to run JavaScript code outside of the browser and provides a runtime environment for developing and building applications.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1714971260602\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">How do I verify if the create react app is installed successfully?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>After installing Create React App using the command npm install -g create-react-app, you can verify the installation by running create-react-app &#8211;version in Command Prompt or PowerShell. If the version number is displayed, it confirms successful installation.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1714971270701\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \">What should I do if I encounter errors during the installation process?<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>If you encounter errors, check if Node.js and npm are correctly installed and updated to the latest versions. Ensure you have the necessary permissions to install software on your computer. Also, consult the official documentation or community forums for troubleshooting guidance.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>React.js, a powerful JavaScript library from Facebook, is widely used for creating dynamic web interfaces. Setting up React on your Windows machine is your first step in modern web development. In this blog, we&#8217;ll show you how to quickly and easily set up a React development environment. From installing Node.js to creating your first React [&hellip;]<\/p>\n","protected":false},"author":19,"featured_media":71881,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[429],"tags":[],"views":"40588","authorinfo":{"name":"Meghana D","url":"https:\/\/www.guvi.in\/blog\/author\/meghana\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/How-to-Install-Reactjs-on-Windows_-_-A-Complete-Guide-1-300x116.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2024\/05\/How-to-Install-Reactjs-on-Windows_-_-A-Complete-Guide-1.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/51095"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=51095"}],"version-history":[{"count":28,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/51095\/revisions"}],"predecessor-version":[{"id":90825,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/51095\/revisions\/90825"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/71881"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=51095"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=51095"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=51095"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}