-
Notifications
You must be signed in to change notification settings - Fork 32
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
Documentation Request: Include a complete, annotated implementation example #40
Comments
Verified working in an isolated environment! |
Hi, this looks like a great example! If you're interested, you could make a PR to the docs (we use Alternatively, you could add this to an example folder and include a rojo project that sets it up as a place file that folks can build and run with rojo. If you make it a docs page, you might consider breaking it up into sections with some of your comments as just normal text Either way, make sure to wrap your comments, preferably at column 80! |
Thanks for the feedback, ZoteTheMighty. I'll take a look at capping comments to column 80. I'll be honest- I've never heard of mkdocs and it looks like a few hours of work that might be pushed back until after I reach a major milestone with my current project. I'll definitely be putting a pin in it though. |
As someone who struggled to understand this library after reading it from top to bottom, word-for-word, I would've really appreciated a complete, back-to-front example of Roact-Rodux implementation. I wrote this script below to help anyone in the future that wants to poke and prod at a working example :) Please consider putting this in the documentation after peer reviewing my comments for accuracy!
The text was updated successfully, but these errors were encountered: