Detailed Mention of Topics and its Timestamps according to Namaste React Web Series
00:00:00 β Creating Github Repository and pushing code
00:03:00 β Git commands (branch, commit, push origin)
00:08:50 β first igniting the app
00:14:30 β How React apps are so fast?
00:16:00 β npm introduced
00:21:00 β npm init
00:22:48 β jest (test command)
00:24:30 β Why we need package.json
00:26:30 β Installing important packages, Bundler
00:28:00 β create react app
00:29:00 β Parcel introduced
00:30:30 β βnpm install -D parcelβ command, Dev & Normal Dependency
00:36:00 β ( ~, ^) - caret & tilde symbol importance
00:40:00 β package-lock.json
00:44:40 β Node Modules
00:50:30 β Parcel dependency
00:55:00 β git ignore command
00:59:00 β npm install
01:05:00 β npx parcel, localhost
01:12:15 β npm install react
01:14:00 β npm install react-dom
01:15:30 β import React from βreactβ
01:16:30 β import ReactDOM from βreact-domβ
01:23:00 β Deep explanation of Parcel
01:33:00 β βParcel is a beastβ
01:38:45 β Exploring Parcel documentation
01:43:00 β System design question
01:45:00 β Prod bundles
01:56:00 β Git ignore files (parcel_cache, node_modules)
01:58:00 - support for older versions of Browsers
02:03:00 β Government Websites- Old versions of browser
02:08:00 β Why is Parcel fast?
02:11:00 β Session Recap