Learning Node.js - React Native
Concept # Android native: Cotlin/Java iOS native: OC, Swift RN is a wrapper of React (node.js) for Android/iOS. Main ref: React Native Crash Course. 17 hours (34 tomatoes). video on YouTube (3.5h video ~ 10h to learn), code on github Virtual environment/Version Manager # compare: https://k8scat.com/posts/node/fnm-vs-nvm/ option 1: FNM (officially suggested) # see: https://nodejs.org/en/download # Download and install fnm: winget install Schniz.fnm # Download and install Node.js: fnm install 22 # Verify the Node. ...