Skip to content

Commit 3af3304

Browse files
committed
Fix fw Bugs
1 parent 6a374f7 commit 3af3304

Some content is hidden

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

49 files changed

+28
-97
lines changed

docs/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Welcome to CodeHarborHub
33
sidebar_label: Welcome to CodeHarborHub
44
sidebar_position: 1
55
slug: /
6+
hide_table_of_contents: true
67
---
78

89
Hello, and welcome to CodeHarborHub! Our mission is to provide accessible and comprehensive educational resources to learners of all levels, from beginners to advanced professionals. Whether you're looking to kickstart your career in web development, master a new programming language, or stay updated on the latest tech trends, we've got you covered.

docs/react/advanced-usage/alternatives-to-ejecting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: alternatives-to-ejecting
33
title: Alternatives to Ejecting
44
sidebar_label: Alternatives to Ejecting
55
sidebar_position: 5
6-
tags: [React, Create React App, Advanced Usage]
76
keywords: [alternatives to ejecting, create react app, react-scripts, craco, custom scripts, package.json, ejectify, custom templates, boilerplates]
87
description: Learn about alternatives to ejecting from Create React App and how to customize your project without ejecting.
98
---

docs/react/advanced-usage/can-i-use-decorators.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: can-i-use-decorators
33
title: The Power of Decorators in CRA
44
sidebar_label: Use Decorators
55
sidebar_position: 2
6-
tags: [decorators, create react app, decorators in create react app, decorators in react, decorators in javascript, decorators in typescript]
76
keywords: [decorators, create react app, decorators in create react app, decorators in react, decorators in javascript, decorators in typescript]
87
description: Learn how to use decorators in Create React App to enhance and extend the functionality of your components.
98
---

docs/react/advanced-usage/custom-templates.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: custom-templates
33
title: Custom Templates
44
sidebar_label: Importing a Component
55
sidebar_position: 1
6-
tags: [create react app, custom templates, custom template, react project, project setup, project configuration, project dependencies, project folder structure, react app, react project setup, react project configuration, react project dependencies, react project folder structure, react project template, react project scaffolding, react project boilerplate, react project starter kit, react project setup template, react project configuration template, react project dependencies template, react project folder structure template, react project scaffolding template, react project boilerplate template, react project starter kit template, react project setup boilerplate, react project configuration boilerplate, react project dependencies boilerplate, react project folder structure boilerplate, react project scaffolding boilerplate, react project starter kit boilerplate]
76
keywords: [create react app, custom templates, custom template, react project, project setup, project configuration, project dependencies, project folder structure, react app, react project setup, react project configuration, react project dependencies, react project folder structure, react project template, react project scaffolding, react project boilerplate, react project starter kit, react project setup template, react project configuration template, react project dependencies template, react project folder structure template, react project scaffolding template, react project boilerplate template, react project starter kit template, react project setup boilerplate, react project configuration boilerplate, react project dependencies boilerplate, react project folder structure boilerplate, react project scaffolding boilerplate, react project starter kit boilerplate]
87
description: "Learn how to create and use custom templates in Create React App to quickly start new projects with specific configurations, dependencies, and folder structures."
98
---

docs/react/advanced-usage/pre-rendering-into-static-html-files.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ id: pre-rendering-into-static-html-files
33
title: Pre-Rendering into Static HTML Files
44
sidebar_label: Pre-Rendering Static HTML
55
sidebar_position: 3
6-
tags: [React, Pre-Rendering, Static HTML, SEO, Performance]
76
keywords: [pre-rendering, static html, react pre-rendering, react static html, pre-rendering in react, static html in react, react performance, react seo]
87
description: "Learn how to pre-render your React application into static HTML files to improve performance and SEO."
98
---

docs/react/create-react-app.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Getting Started with React
44
sidebar_label: Create React App
55
sidebar_position: 1
66
description: Development and implementation the API of interaction of two sites
7+
hide_table_of_contents: true
78
---
89

910
Welcome to the React tutorial series! In this comprehensive guide, we will take you through the fundamentals of React, a popular JavaScript library for building user interfaces. Whether you're a beginner or have some experience with web development, this tutorial will provide you with a solid foundation to start building dynamic and interactive web applications using React.

docs/react/react-intro.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sidebar_label: Welcome
55
sidebar_position: 2
66
description: Development and implementation the API of interaction of two sites
77
tags: [React, JavaScript library, User interfaces, Virtual DOM, Declarative syntax, UI components, Web development, Front-end, Single-page applications, Performance optimization, State management, Component-based architecture, JavaScript framework]
8+
hide_table_of_contents: true
89
---
910

1011
React is a JavaScript library for building user interfaces. It allows you to create reusable UI components and efficiently update and render them as the data changes. With its virtual DOM and declarative syntax, React makes it easier to build interactive and performant web applications.

docs/react/testing/debugging-tests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ id: debugging-tests
33
title: Debugging Tests in Create React App
44
sidebar_label: Debugging Tests
55
sidebar_position: 2
6-
tags: [react, testing, jest, debugging, chrome-devtools, visual-studio-code, react-testing-library, react-testing, react-app, create-react-app, cypress, jest-dom, react-dom, react-scripts, react-test-renderer, react-testing-library, testing-library, jest, debugging, chrome-devtools, visual-studio-code, react-testing-library, react-testing, react-app, create-react-app, cypress, jest-dom, react-dom, react-scripts, react-test-renderer, react-testing-library, testing-library, jest]
7-
description: "Learn how to debug tests in React applications using Chrome DevTools and Visual Studio Code. Uncover the mysteries of debugging and defeat the Bug Monsters in your test code!"
6+
description: "Learn how to debug tests in React applications using Chrome DevTools and Visual Studio Code. Uncover the mysteries of debugging and defeat the Bug Monsters in your test code"
87
---
98

109
Welcome to the exciting world of debugging tests in React applications! Debugging can be both an adventure and a puzzle, where you play the role of a code detective, hunting down bugs and solving mysteries in your test code. Fear not, for we will be your trusty sidekick, guiding you through the process step by step, making it interactive and fun!

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ const config = {
135135
{
136136
type: "html",
137137
value: `<div class="dropdown_grid">
138+
<a class="dropbtn" href="/tutorial/">Tutorial</a>
138139
<div class="dropdown-content">
139140
<a href="#" class="nav__icons"> <img src="/icons/html-5.svg" title="HTML5" alt="HTML" /> </a>
140141
<a href="#" class="nav__icons"> <img src="/icons/css.svg" title="CSS" alt="CSS" /> </a>
141-
<a href="#" class="nav__icons" > <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
142+
<a href="#" class="nav__icons"> <img src="/icons/js.svg" title="JavaScript" alt="JavaScript" /> </a>
142143
<a href="#" class="nav__icons"> <img src="/icons/jsx.svg" title="React.Js" alt="React" /> </a>
143144
<a href="#" class="nav__icons"> <img src="/icons/ts.svg" title="TypeScript" alt="TypeScript" /> </a>
144145
<a href="#" class="nav__icons"> <img src="/icons/py.svg" title="Python" alt="Python" /> </a>

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)