11 Matching Annotations
  1. May 2021
    1. Everyone loves the thing that interacts. SPAs or Single Page Applications are the straightforward concepts of it. When you use Facebook or Twitter, it interacts with you dynamically by bringing new data from the web server. This way, you do not need to reload the entire page to get the new data or content.
  2. Feb 2021
  3. Nov 2020
  4. Oct 2020
    1. We will also need to make a tweak to our package.json file to ensure that if we reload on a page we have navigated to, for example, /blog, we will not receive a server error and it will load the appropriate route.
  5. May 2020
    1. Not building a static site? No worries there, React Static works as an SPA too, even if there is only a single index.html file.
  6. Mar 2020
    1. Single Page Applications: The Rise of Web Apps in 2020

      If you want an excellent user engagement between your application and them, single page web apps is the best choice. To offer the best real-time experience to the users, web apps like Google-Maps use single page application.

    1. How Single Page Application Can Benefit Your Business?

      The definition of single-page web apps lies exactly in their words. It has only one page, which means the whole page gets load only for one time. Later when users request any data only that data will be updated not the whole page.

  7. Feb 2020