-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add typescript example #129
base: master
Are you sure you want to change the base?
Conversation
cd907a7
to
e9f47e9
Compare
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.
Please add the example to the relevant readme section: https://github.com/RisingStack/react-easy-state#beginner (like the other ones).
I also left a few comments. Looks nice otherwise, I look forward to merging this (:
3fdda90
to
5014b93
Compare
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.
We discussed adding a new TS test command (like the current web/native/no-hook tests) that tests the ts example and ts edge cases (like forwardRef). Did you have time to do that?
9eaafc0
to
aa5112c
Compare
aa5112c
to
cb91fc0
Compare
2416bd4
to
e18b8c9
Compare
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.
Left 1 last comment (: and please add test-ts to the end of test command.
examples/using-typescript/.gitignore
Outdated
# misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local |
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 missed this, please remove .env.development.local from gitignore.
e18b8c9
to
ad4511f
Compare
No description provided.