Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/prevwong/craft.js
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Jan 7, 2020
2 parents 2b6beb6 + d1c4fbf commit 90f63d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,14 @@ const App = () => {
}
```
## Who is this for ? 🤔
You should use this if
## Who is this for? 🤔
You should use this if:
- ✅ You want to design your page editor according to your own UI specifications. With Craft.js, you control almost every aspect of the look and feel of your page editor.
- ✅ You like the React ecosystem. Being a React framework, not only do you get to build your user interface declaratively, but you will also be able to extend upon thousands of existing React components for your page editor.
- ✅ You're the coolest kid in class 😎
You should not use this if
- ❌ You need a page editor that works out of the box. Craft.js is an abstraction for which you build your own page editor upon. It does not come with a ready-made user interface, for example.
You should not use this if:
- ❌ You need a page editor that works out of the box. Craft.js is an abstraction where you implement your own page editor upon. For example, it does not come with a ready-made user interface.
- However, you could still consider using the [examples](https://github.com/prevwong/craft.js/tree/master/packages/examples) as a starting point.
Expand Down Expand Up @@ -222,4 +222,4 @@ Craft.js is made with :heart: by these wonderful people ([emoji key](https://all
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
4 changes: 2 additions & 2 deletions packages/examples/basic/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Basic demo

This example is the end result of the tutorial [guide](https://craft.js/org/docs/basic-tutorial).
This example is the end result of the tutorial [guide](https://craft.js.org/r/docs/guides/basic-tutorial).

Check out the live demo [here](https://prewong.github.io/craft.js/examples/basic)
Check out the live demo [here](https://craft.js.org/examples/basic/)

## Try it out
```bash
Expand Down

0 comments on commit 90f63d4

Please sign in to comment.