Skip to content

Commit 6a7dde8

Browse files
Updated
1 parent 8c715d8 commit 6a7dde8

File tree

66 files changed

+121
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+121
-65
lines changed

README.md

+26-65
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/s/javascript-refresher-start-rytt3j
2+
3+
React Demo Project (CodeSandbox) => https://codesandbox.io/s/react-vs-vanilla-demo-uc08fv
4+
5+
Finished Code (Code Sandbox) => https://codesandbox.io/s/javascript-refresher-j56djd
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Code Sandbox Starting Project => https://codesandbox.io/p/sandbox/react-essentials-start-gsmr8r
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/03%20React%20Essentials/01-starting-project.zip
4+
5+
App.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/03%20React%20Essentials/App.jsx
6+
7+
data.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/03%20React%20Essentials/data.js
8+
9+
data.js (updated) => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/03%20React%20Essentials/data-with-examples.js
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
CodeSandbox starting project => https://codesandbox.io/p/sandbox/react-essentials-deep-dive-start-xmr985
2+
3+
4+
Local starting project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/04%20Essentials%20Deep%20Dive/01-starting-project.zip
5+
6+
7+
Tic-Tac-Toe Game - CodeSandbox starting project => https://codesandbox.io/p/sandbox/react-essentials-deep-dive-tic-tac-toe-start-dn7j4s
8+
9+
10+
Tic-Tac Toe Game - Local starting project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/04%20Essentials%20Deep%20Dive/07-tic-tac-toe-starting-project.zip
11+
12+
13+
Reference vs Primitive Values => https://academind.com/tutorials/reference-vs-primitive-values
14+
15+
16+
JS Template Literals => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
17+
18+
19+
winning-combinations.js => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/04%20Essentials%20Deep%20Dive/winning-combinations.js
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CodeSandbox starting project => https://codesandbox.io/p/sandbox/react-essentials-practice-wh2p5m
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/05%20Essentials%20Practice/01-starting-project.zip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/styling-start-g8dpm6
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/07%20Styling/01-starting-project.zip
4+
5+
More About "Tagged Template Literals" => https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#tagged_templates
6+
7+
Styling TailWind Start - CodeSandbox Starting Project => https://codesandbox.io/s/styling-tailwind-start-6pv9fs
8+
9+
Adding TailwindCSS to Vite Projects => https://tailwindcss.com/docs/guides/vite
10+
11+
input.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/07%20Styling/Input.jsx
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/debugging-start-vy38s8
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/06%20Debugging/01-starting-project.zip
4+
5+
Results.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/06%20Debugging/Results.jsx
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/refs-portals-start-7jf3nl
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/08%20Refs%20Portals/01-starting-project.zip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/s/project-mgmt-start-ctzt5r
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/09%20Practice%20Project%20-%20Project%20Management/01-starting-project.zip
4+
5+
Tailwind CSS Classes => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/09%20Practice%20Project%20-%20Project%20Management/tailwind-css-classes-used.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/adv-state-mgmt-context-start-gjyplp
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/tree/main/attachments/10%20Advanced%20State%20Management%20with%20Context%20useReducer
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/effects-start-km7ckg
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/11%20Side%20Effects%20useEffect/01-starting-project.zip
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/behind-scenes-start-jzlfgp
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/12%20Behind%20the%20Scenes/01-starting-project.zip
4+
5+
Counter.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/12%20Behind%20the%20Scenes/Counter.jsx
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/sending-http-requests-start-n9f4j4?file=%2F.codesandbox%2Ftasks.json%3A1%2C1
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/15%20HTTP%20Requests/01-starting-project.zip
4+
5+
Understanding HTTP => https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP
6+
7+
What is a "REST API" => https://www.youtube.com/watch?v=0oXYLzuucwE
8+
9+
Error.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/15%20HTTP%20Requests/Error.jsx
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CodeSandbox Starting Project => https://codesandbox.io/p/sandbox/forms-start-j9tmrn
2+
3+
Local Starting Project => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/17%20Forms%20User%20Input/01-starting-project.zip
4+
5+
Signup.jsx => https://github.com/academind/react-complete-guide-course-resources/blob/main/attachments/17%20Forms%20User%20Input/Signup.jsx
6+
7+
Client-side Form Validation => https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Starting Project: https://github.com/academind/react-complete-guide-course-resources/tree/main/code/17b%20Form%20Actions/01-starting-project
2+
3+
Updated Starting Project: https://github.com/academind/react-complete-guide-course-resources/tree/main/code/17b%20Form%20Actions/06-adv-starting-project
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Starting Project: https://github.com/academind/react-complete-guide-course-resources/tree/main/code/25b%20RSC%2C%20Suspense%2C%20Server%20Actions/01-starting-project
2+
3+
Files: https://github.com/academind/react-complete-guide-course-resources/tree/main/code/25b%20RSC%2C%20Suspense%2C%20Server%20Actions/02-rsc-client-cmp/components
4+

0 commit comments

Comments
 (0)