-
Notifications
You must be signed in to change notification settings - Fork 41
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
docs: add todolist example #168
Conversation
Very good! Thanks a lot for it. After I get Astrocoders/lenses-ppx#14 ready for release we can revisit this to make it even better |
@all-contributors add @arthurbarroso for code |
I've put up a pull request to add @arthurbarroso! 🎉 |
@@ -0,0 +1,91 @@ | |||
open BsReform; | |||
|
|||
module TodoLenses = [%lenses |
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.
ops forgot to say to remove this one as it is redundant for now
Adds the "todo list" example as asked on #138. It can be accessed by navigating to "/todo" or clicking the
a
element on the main page. It uses ReForm's array api. I also plan on adding it to docusaurus as a "tutorial" on how to use BsReform.