Go Web Development Cookbook by Arpit Aggarwal

Go Web Development Cookbook by Arpit Aggarwal

Author:Arpit Aggarwal
Language: eng
Format: epub
Publisher: Packt
Published: 2018-04-23T04:44:54+00:00


Creating your first ReactJS client

ReactJS is a declarative JavaScript library that helps in building user interfaces efficiently. Because it works on the concept of virtual DOM it improves application performance, since JavaScript virtual DOM is faster than the regular DOM.

In this recipe, we will learn to create a ReactJS client to send a POST request to the HTTP server running locally.

Getting ready…

As we have already created an HTTP server that accepts both GET and POST HTTP requests in our previous recipe, we will be using the same code base as our HTTP server.

Also, this recipe assumes you have npm installed on your machine and you have basic knowledge of npm and webpack, which is a JavaScript Module bundler.

See the Creating your first HTTP POST method recipe.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.