RKRaj Kumarinreactlearns.hashnode.dev·Sep 15, 2025 · 3 min readReact Depth.React = Library. {not a framework} React is a Core functional library, contains 2 major libraries ReactDOM : used in React implementation on WEB. ReactNative : used in React implementation on Mobile. Creating a React app Run the cmd into the term...00