Preloaded JSON viewer

★★★★★
★★★★★
22 users
<
>
Vasco V4 Voice Translator 108 Languages Communication Cobal Blue
★★★★★
★★★★★
NVIDIA Quadro K620 - Electronics
★★★★★
★★★★★
Gmail For Beginners: The Complete Step-By-Step Guide To Understanding And Using Gmail Like A Pro [Book]
★★★★★
★★★★★
Nike Tiempo Legend 10 Academy Turf United - Guava IceBlack
★★★★★
★★★★★
Utilitech 40-Count Butt Splice Wire Connectors TK-40-UT
★★★★★
★★★★★
Beautiful Drew Chair by Drew Barrymore, Charcoal Boucl
★★★★★
★★★★★

Web site is client-side rendered using React. We normally load data over HTTPS using our syncer architecture, but to avoid the extra roundtrip for the first screen that’s displayed, we embed it into the initial HTML response. Once the server has loaded the data that the client will need¹, it outputs it using a simple <script> tag of the form:

    <script type="text/json" id="preloaded-data">
      {
        user: 'name',
        email: 'dipakchandranp15@gmail.com'
      }
    </script>

This chrome plugin will help to see the data loaded into page like this, to help ease debugging while development and testing
Related