Magento Expert Forum - Improve your Magento experience

Results 1 to 6 of 6

Is react server side?

  1. #1

  2. #2
    Junior Member
    Join Date
    Jul 2018
    Posts
    366
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Although Googlebot can crawl all over client rendered React applications, it's best to be cautious and be able to test your site for the presence or absence of web crawlers. Fortunately, there's a tool for that already — Google's Fetch as Google tool enables you to test how Google crawls or renders a URL on your site.

  3. #3
    Junior Member kajal's Avatar
    Join Date
    Sep 2014
    Location
    Bangalore
    Posts
    1,446
    Thanks
    0
    Thanked 20 Times in 20 Posts

    Default

    React is a client side library .rendering it on client side code from Server side language like nodes php doesn't make any difference. Server side language runs on Web server .

  4. #4
    Junior Member denverlawyers's Avatar
    Join Date
    May 2018
    Location
    Colorado
    Posts
    204
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    React is a client side library .rendering it on client side code from Server side language like node.js php doesn't make any difference. Server side language runs on Web server .

  5. #5
    Junior Member
    Join Date
    Jun 2018
    Location
    surat
    Posts
    791
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Default

    Is React JS a server side or a client side script? React is a system for developing interfaces. It is written in JavaScript and therefore can be run on the client side, but since it is not dependent on anything that can only occur in a web browser, it is also possible to render react pages on the server (using NodeJS).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •