IKindu kushwahaingoforindu.hashnode.dev·Sep 12, 2022 · 2 min readHow to create React App?You can create react app using tool NodeJS and VSCode editor. Some basic knowledge of html,css and javascript is needed for React App development. Step 1 Install NodeJS (Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine.) To in...00
IKindu kushwahaingoforindu.hashnode.dev·Sep 12, 2022 · 1 min readWhat is React.js ?React is a javascript library for building user interfaces. It is created by Facebook in 2011. Even though it was open-sourced only in 2015, it has one of the largest communities supporting it. React is used to build single-page applications. React...00