Yes, you have learned React and now you can develop a full-fledged front end application. The create-react-app helps you to set up and run a React project…
Yes, you have learned React and now you can develop a full-fledged front end application. The create-react-app
helps you to set up and run a React project, including it code transpiling, basic linting, testing, and build systems. In short, you can start writing React code with minimal preparation. But once your application is done, it is time to deploy the same on the server, you are stuck and you will seek help from your backend or DevOps mates.
Wait!! Being a front end guy it seems to be difficult, but depolying your application on server is relatively easier than writing state management in redux.
In this post, we will learn how to deploy a React application on an Ubuntu 18.04 server using Node.js
, serve
, and pm2
pm2 is a process manager for the JavaScript runtime Node.js. This is an open-source daemon process manager that helps to manage and keep application 24/7
To follow this tutorial, you’ll need the following:
sudo apt-get update
sudo apt-get install nodejs
node -v or node –version
npm -v or npm –version
create-react-app
toolnpm install -g create-react-app
Article covers: How native is react native?, React Native vs (Ionic, Cordova), Similarities and difference between React Native and Native App Development.
In this article, you will learn what are hooks in React JS? and when to use react hooks? Also, we will see the react hooks example.
As we start learning new technologies we want to start building something or work on a simple project to get a better understanding of the technology.
React provides support for the server-side and frontend. Today, React development services are in demand as more and more organizations are considering software solutions that are crafted from the framework.
In this article we will learn how to Validating React Forms With React-Hook-Form . Validating inputs is very often required. For example, when you want to make sure two passwords inputs are the same, an email input should in fact be an email or that the input is not too long