You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/docs/index.mdx
+7-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ has popularized the idea of shipping components as plain code that can be copied
10
10
11
11
This has led to a new wave of developers sharing their own components as plain code that can be copied and pasted into your own projects.
12
12
13
-
rCopy wants to extend this idea to all the React ecosystem such as hooks, blocks, icons and more.
13
+
rCopy wants to extend this idea to all the React ecosystem such as hooks, blocks, icons and more. In the future, we want even to extend to complete features (front-end and api)
14
14
15
15
> "Dependency Minimalism: Why go through all of this work to delete dependencies? After having a blog for 10 years, I've gained a new appreciation for keeping things simple. Now, I'm not going full minimalist here. I still want nice things. But I'm taking more opportunities to simplify and keep more code managed in the repo."
16
16
>
@@ -27,13 +27,18 @@ rCopy is a collection of components, hooks, blocks, icons and more that you can
27
27
Whilst most react libraries are packages, rCopy is not. Instead our elements are available in plain code and can be copied from our website. This allows full customization and reflects the new wave of shipping components.
28
28
In other words, sometimes copy and paste can be better than using the wrong abstraction obtained from a react library.
29
29
30
+
**What’s the difference between rCopy and shadcn?**
31
+
32
+
For core components, there's a minimal difference ([changelog](http://rcopy/docs/changelog#april-2024---product-launch)). However, rCopy extends the idea of copy and paste to all the React ecosystem such as hooks, blocks, icons and more.
33
+
30
34
**What are the advantages of copy and paste?**
31
35
32
36
-**Customization**: You can easily customize the code to fit your needs.
33
37
-**Dependency minimalism**: You don’t need to install any dependencies.
34
38
-**Ownership**: You own the code and can modify it as you wish.
35
39
36
40
## Credits
41
+
37
42
-[shadcn/ui](https://ui.shadcn.com) - for the core components.
38
43
-[radix-ui](https://ui.shadcn.com) - for the primitives.
39
-
-[vercel](https://ui.shadcn.com) - where I host all my projects.
44
+
-[vercel](https://ui.shadcn.com) - where I host all my projects.
0 commit comments