Category: React
Posts of Category: React
  1. Angular vs React – Difference Between Angular and React

    **Angular vs React – Difference Between Angular and React** If you are a web developer and stumbling around which platform should you choose for your next project, Angular or React? Then, you are at the correct...Learn More
    JavaScriptReactAngularProgramming LanguagesFramework
  2. Course Review: The Complete React Native and Redux Course

    **Course Review: The Complete React Native and Redux Course** Have you wanted to learn React Native for a while and been wondering what online course or tutorial to take? Have you been working with JavaScript, ...Learn More
    JavaScriptReviewudemyreact nativeReactProgramming LanguagesBlogFramework
  3. How to Scroll to Top in React with a Button Component

    Introduction The "scroll-to-top" feature is an excellent addition to any website that forces visitors to scroll a long distance before reaching the bottom of the page, since it becomes quite annoying to return ...Learn More
    JavaScriptReactButtonProgramming LanguagesFramework
  4. How to Loop in React JSX

    Javascript Syntax Extension (JSX), is a JavaScript extension developed and popularized by the React framework that allows you to structure the rendering of elements. It essentially makes it easier to write HTML...Learn More
    JavaScriptes6ReactLoopProgramming LanguagesFramework
  5. Programmatically Navigate Using React Router

    Introduction Pages on modern websites, and especially Single-Page Applications (SPAs) do not follow the traditional method of loading new pages completely whenever something changes on them. Client-Side Routing...Learn More
    JavaScriptnpmReactProgramming LanguagesFramework
  6. Guide to Getting Started with Next.js - Create a Next.js App

    Introduction Next.js is an open-source JavaScript framework created by Vercel to enhance React applications with features such as Server-Side Rendering and Static Site Generation. Traditionally, React is used t...Learn More
    JavaScriptAPIReactNext.jsProgramming LanguagesFramework
  7. How to Deploy a React App to Heroku

    .lazyload-placeholder { display: none; } Introduction When a developer creates an application, the next step is to share it with friends or the public so that everyone can access it. That process of transferrin...Learn More
    JavaScriptdevopsherokuReactProgramming LanguagesFramework
  8. Guide to Deploying a React App to Netlify

    .lazyload-placeholder { display: none; } Introduction Deployment is the process of moving our code from a source control system to a hosting platform where it gets stored, and can be served as an application to...Learn More
    JavaScriptdevopsReactProgramming LanguagesFramework
  9. Redirects in React Router

    .lazyload-placeholder { display: none; } Introduction If you're a developer working on any modern web application, you're probably aware of how important it is to properly set up routing. When you browse throug...Learn More
    JavaScriptBrowserReactProgramming LanguagesFramework
  10. How to Create a Loading Animation in React with react-spinners

    .lazyload-placeholder { display: none; } Introduction When creating React applications that fetch content from external sources that take some time to load, it is always a good idea to provide a pleasant user e...Learn More
    JavaScriptReactProgramming LanguagesFramework
  11. How to Create a Loading Animation in React from Scratch

    .lazyload-placeholder { display: none; } Introduction When creating React applications that fetch content from external sources that take some time to load, it is always a good idea to provide a pleasant user e...Learn More
    JavaScriptReactProgramming LanguagesFramework
  12. Sending POST JSON Requests With Axios

    .lazyload-placeholder { display: none; } Introduction Axios is a promise-based HTTP client library that makes it simple to send asynchronous HTTP requests (such as POST, GET, and DELETE) to REST endpoints, main...Learn More
    JsonrestJavaScriptAPIReactPostAxiosProgramming LanguagesFramework