diff --git a/src/routes/_components/Hero.tsx b/src/routes/_components/Hero.tsx index a3bd11c..f7fce0b 100644 --- a/src/routes/_components/Hero.tsx +++ b/src/routes/_components/Hero.tsx @@ -3,14 +3,14 @@ import { Breakout } from '@/components/Container'; export const Hero = () => (
-
+

Explore Design Patterns in React

diff --git a/src/routes/index.mdx b/src/routes/index.mdx deleted file mode 100644 index 27f4970..0000000 --- a/src/routes/index.mdx +++ /dev/null @@ -1,37 +0,0 @@ -# Welcome to the React Reference App - -The React Reference App is a resource designed to provide you with practical examples of various coding patterns and practices, mainly in ReactJS. -It serves as a reference point for you to understand, learn, and implement these patterns in your own projects. - -Patterns are a way of organizing code in a way that makes it easier to understand, maintain, and extend. They are a set of best practices that have been proven to work well in a variety of situations. -In the end, patterns are like blueprints that can solve recurring problems and challenges. - -The main purpose of this app is to provide an overview of the most common patterns and practices in ReactJS using simple examples. -Specific issues or challenges, such as managing state, handling forms will be addressed. These are also shown in conjunction with the Marigold Design System in appropriate places. - -
- -## How to use the React Reference App? - -Using the React Reference App is straightforward. Each pattern or practice is presented with a detailed explanation and code examples. -You can copy these code examples directly into your own projects. To do this, simply click the copy button () in the code snippet. -Clicking this button will copy the code to your clipboard, ready to be pasted into your own code editor. - -
- -## Which patterns will be addressed? - -The patterns are selected from our survey we made. So in future we will try to add all of them. - -Survey - -If you have suggestions for patterns that should be added to the React Reference App, or if you think some of your own code could -be transformed into a useful pattern here, please let us [know](https://www.marigold-ui.io/introduction/get-in-touch?theme=b2b#introduction-to-marigold). - -
- -## Feedback - -Constructive feedback, ideas and suggestions for improvement are welcome. - -Please use one of our [channels](https://www.marigold-ui.io/introduction/get-in-touch?theme=b2b) to contact us.