Skip to content

Commit 3103660

Browse files
Rename React Interview files, update links & theme
Move the "React Interview" content into a normalized react-interview/ directory and update index.md links to the new paths (removed .md in links). Change Jekyll theme from jekyll-theme-minimal to jekyll-theme-cayman in _config.yml. Also fix a stray typo in JS-Interview-Questions/eventloop.md.
1 parent b50c3a7 commit 3103660

8 files changed

Lines changed: 10 additions & 6 deletions

File tree

β€ŽJS-Interview-Questions/eventloop.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ console.log("4");
319319

320320
* Microtasks run after all synchronous code
321321

322-
* JavaScript never pauses the thread
322+
* 3JavaScript never pauses the thread
323323

324324

325325
**Output:**

β€Ž_config.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitHub Pages / Jekyll configuration
22

3-
theme: jekyll-theme-minimal
3+
theme: jekyll-theme-cayman
44
title: JavaScript Concepts
55
description: JavaScript Concepts with Code Examples and Interview Questions

β€Žindex.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232

3333
## πŸš€ React Interview Handbook (Senior level)
3434

35-
- [Part 1 β€” Fundamentals, Core Concepts, Hooks, Fiber, Performance](React%20Interview/react-handbook-part1.md)
36-
- [Part 2 β€” State Management, Router, API Handling, Patterns, System Design](React%20Interview/react-handbook-part2.md)
37-
- [Part 3 β€” Machine Coding, Testing, Security, Build & Deploy, Micro Frontends](React%20Interview/react-handbook-part3.md)
38-
- [Part 4 β€” NPM Packages, 200+ Interview Q&A, Mental Models, Checklist, FAANG Internals](React%20Interview/react-handbook-part4.md)
35+
- [Part 1 β€” Fundamentals, Core Concepts, Hooks, Fiber, Performance](react-interview/react-handbook-part1)
36+
- [Part 2 β€” State Management, Router, API Handling, Patterns, System Design](react-interview/react-handbook-part2)
37+
- [Part 3 β€” Machine Coding, Testing, Security, Build & Deploy, Micro Frontends](react-interview/react-handbook-part3)
38+
- [Part 4 β€” NPM Packages, 200+ Interview Q&A, Mental Models, Checklist, FAANG Internals](react-interview/react-handbook-part4)
3939

4040
---
4141

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
---
3+
34
{% raw %}
45

56
# πŸš€ Senior Frontend Engineer / React Developer Interview Handbook
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
---
3+
34
{% raw %}
45

56
# πŸš€ Senior Frontend Engineer / React Developer Interview Handbook
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
---
3+
34
{% raw %}
45

56
# πŸš€ Senior Frontend Engineer / React Developer Interview Handbook
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
---
3+
34
{% raw %}
45

56
# πŸš€ Senior Frontend Engineer / React Developer Interview Handbook

0 commit comments

Comments
Β (0)