Tag: #React
-
React App without create-react-app
When creating new react application, create-react-app is very handy command. Following commands can create and start a basic react app. Although simple, for a beginner it is difficult to understand what is running behind the scene. For getting better understanding of how our react app is working we can make it from scratch. First create…