.exe
.exe is defined as: portable binary executable to Package & deliver Program on Windows. Topics on: . Read more: Computer Science, General Computing Concepts, Ex
.exe is defined as: portable binary executable to Package & deliver Program on Windows. Topics on: . Read more: Computer Science, General Computing Concepts, Ex
/src is defined as: dir to add Source Code & other files to later Bundler into single Package. Topics on: /src/main.tsx, /src/index.js, /src/components/App.js.
Containerize is defined as: (process) to Package Program into Docker Container for xplat compat. Topics on: . Read more: Dev Tool, Docker, Containerize, Package
main is defined as: sets Module file as entry point for Package - usually index.js. Topics on: avoid setting entry file as TS which can not be used by JS only p
Manifest is defined as: metadata file often incl with Package. Topics on: . Read more: JS, Nodejs, Npm, Package Manager, Package, Manifest |FullStack Wiki by RJ
name is defined as: name of Package. Topics on: must be less than 214 chars, must have no spaces, [a-z_-], can contain lowercase letters, hypen (-) or underscor
npx is defined as: npm Package Runner sub-tool to execute Package w/o global install. Topics on: Package Runner. Read more: JS, Nodejs, Npm, Npx, Package Runner
Package is defined as: archived file format, typically including a Manifest (ie package.json). Topics on: Manifest, Package get installed inside node_modules/
Package Manager is defined as: Dev tool to auto install/update/remove Package & Dependency. Topics on: Package. Read more: JS, Nodejs, Npm, Package Manager, Dev
react-dom/client is defined as: React 18+ Package to render App. Topics on: react-dom/client exports 2 Methods. Read more: React, React API, React DOM API, Reac
react-dom/server is defined as: Package to import ReactDOMServer object for access to render components to static markup. Topics on: ReactDOMServer. Read more:
Software Repository is defined as: CDN (& registry) to store/access Software Package. Topics on: . Read more: Computer Science, Computer Lang, Computer, Softwar
UNPKG is defined as: CDN for npm Package, use to bypass CORS. Topics on: UNPKG open source project - GitHub - mjackson/unpkg: The CDN for everything on npm, Loa