-
Notifications
You must be signed in to change notification settings - Fork 10
refactor(examples): move examples and their history into this repo #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Opening this file in my IDE causes it to auto-trim spaces, leading to a busy diff. I also updated `new Date` -> `new Date()` to fix a lint warning on start, and committed the correct package name to package-lock.json.
chore: Code style cleanups
chore(*): update hbr and cleanup dead code
- take better advantage of homebase-react v0.1.1 attribute tracking
.gitignore
Outdated
@@ -25,3 +25,45 @@ pom.xml.asc | |||
|
|||
.hgignore | |||
.hg/ | |||
.DS_STORE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these have to be copied to the root .gitignore? I think it would be easier to maintain if we let each example define its own .gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
examples/README.md
Outdated
You can clone this repo to have ready to run [homebase-react](https://github.com/homebaseio/homebase-react) examples. | ||
|
||
## Examples | ||
[Counter Example](counter-example/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should rename to counter
given these all live in the examples/
folder. And the same goes for all the other examples.
Please update the |
Please update the examples link in the |
@smothers I believe I addressed all your comments. Can you please re-review tomorrow/Tuesday? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌🏽
🎉 This PR is included in version 0.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.