Skip to content

Commit 4ac975b

Browse files
authored
Merge branch 'main' into dev-1
2 parents 6492f95 + e30c5c1 commit 4ac975b

15 files changed

+16
-22
lines changed

.github/workflows/lighthouse-report.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
uses: treosh/lighthouse-ci-action@12.1.0
4040
with:
4141
urls: |
42-
http://localhost:3000/tutorial
43-
http://localhost:3000/tutorial/tags
42+
http://localhost:3000/tutorial/
4443
configPath: ./.github/workflows/lighthouserc.json
4544
uploadArtifacts: true
4645
temporaryPublicStorage: true

docs/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Welcome to CodeHarborHub
3-
sidebar_label: Welcome to CodeHarborHub
43
sidebar_position: 1
54
slug: /
65
hide_table_of_contents: true

docs/react/advanced-usage/advanced-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Advanced Configuration
55
sidebar_position: 4
66
tags: [Create React App, Advanced Configuration, Environment Variables, Webpack, Babel, CRACO, react-scripts, Custom Scripts, Ejectify, Custom Templates]
77
keywords: [create react app, advanced configuration, environment variables, webpack, babel, craco, react-scripts, custom scripts, ejectify, custom templates]
8-
description: "Learn how to customize and fine-tune your React projects with advanced configuration options in Create React App."
8+
description: "Learn how to customize and fine-tune your React projects with advanced configuration options in Create React App. Discover powerful features and alternatives to ejecting that will help you take control of your development environment."
99
hide_table_of_contents: true
1010
---
1111

@@ -145,4 +145,4 @@ class MyClassComponent extends React.Component {
145145

146146
Congratulations! You've taken your first steps into the exciting world of advanced configuration in Create React App. Now you can customize your projects, add plugins, and take control of your development environment with confidence.
147147

148-
Remember, the power of customization comes with great responsibility. Always experiment with caution and keep an eye on the official documentation for the latest updates and best practices. Happy coding! 🎉
148+
Remember, the power of customization comes with great responsibility. Always experiment with caution and keep an eye on the official documentation for the latest updates and best practices. Happy coding! 🎉

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ Now, the `title` property cannot be changed from outside the component, keeping
158158

159159
Decorators are a superpower in Create React App, and now you know how to use them to make your components even more awesome! By leveraging class, method, and property decorators, you can add exciting features, enhance behavior, and make your codebase cleaner and more organized.
160160

161-
Remember, with great power comes great responsibility. Use decorators wisely and sparingly, and you'll become a true React pro in no time! Happy coding!
161+
Remember, with great power comes great responsibility. Use decorators wisely and sparingly, and you'll become a true React pro in no time! Happy coding!

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ npm start
312312

313313
### Conclusion
314314

315-
Congratulations! You've successfully created your custom template in Create React App. Now you can reuse it or share it with others, making it easier to kickstart future React projects with your preferred configurations, dependencies, and folder structures. Happy coding!
315+
Congratulations! You've successfully created your custom template in Create React App. Now you can reuse it or share it with others, making it easier to kickstart future React projects with your preferred configurations, dependencies, and folder structures. Happy coding!

docs/react/create-react-app.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
id: create-react-app
3-
title: Getting Started with React
4-
sidebar_label: Create React App
3+
title: Create React App
54
sidebar_position: 1
65
description: Development and implementation the API of interaction of two sites
76
hide_table_of_contents: true
@@ -70,4 +69,4 @@ To provide feedback, you can:
7069
- Open an issue on our GitHub repository: [issue](https://github.com/codeharborhub/tutorial/issues)
7170
- Join our community forum and engage in discussions: [Discussions](https://github.com/orgs/codeharborhub/discussions)
7271

73-
We appreciate your contribution in making Create React App even better!
72+
We appreciate your contribution in making Create React App even better!

docs/react/development/analyzing-the-bundle-size.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
id: analyzing-the-bundle-size
33
title: Analyzing Bundle Size
4-
sidebar_label: Analyzing Bundle Size
54
sidebar_position: 3
65
tags: [react, create-react-app, source-map-explorer, bundle-size, performance]
76
description: "Learn how to analyze the bundle size of your Create React App project using Source Map Explorer. Identify areas of your codebase that might be bloated and optimize them for better performance."

docs/react/development/setting-up-your-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ jsx,ts,tsx,json,css,scss,md}": [
176176

177177
Now, whenever you make a commit, Prettier will automatically format the changed files. You can also run `./node_modules/.bin/prettier --write "src/**/*.{js,jsx,ts,tsx,json,css,scss,md}"` to format your entire project for the first time.
178178

179-
To integrate Prettier with your favorite editor, refer to the [Editor Integration](https://prettier.io/docs/en/editors.html) section on the Prettier GitHub page.
179+
To integrate Prettier with your favorite editor, refer to the [Editor Integration](https://prettier.io/docs/en/editors.html) section on the Prettier GitHub page.

docs/react/development/using-https-in-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ To avoid having to set the environment variables every time you start the develo
8484
8585
This approach is useful if you want to keep your environment variables separate from the `package.json` file. However, remember to keep your `.env` file private and never commit it to a public repository.
8686
87-
For more detailed information on using environment variables in Create React App (CRA), you can refer to the [official CRA documentation on adding custom environment variables](https://create-react-app.dev/docs/adding-custom-environment-variables).
87+
For more detailed information on using environment variables in Create React App (CRA), you can refer to the [official CRA documentation on adding custom environment variables](https://create-react-app.dev/docs/adding-custom-environment-variables).

docs/react/getting-started/available-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ You can also run custom scripts by adding them to the `scripts` section of your
5151

5252
## Learn More
5353

54-
You can learn more about the available scripts and their usage in the [Create React App documentation](https://create-react-app.dev/docs/available-scripts).
54+
You can learn more about the available scripts and their usage in the [Create React App documentation](https://create-react-app.dev/docs/available-scripts).

0 commit comments

Comments
 (0)