Skip to content
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 Guides #3

Open
jamesplease opened this issue May 14, 2014 · 0 comments
Open

Add Guides #3

jamesplease opened this issue May 14, 2014 · 0 comments

Comments

@jamesplease
Copy link
Member

Add guides for common things. Here's a list to get me started:

  • Marionette Views
    Basic information. Use regions to render them, always. Destroy them, most of the time.
  • Each view
    What are the differences between each view?
  • Events
    Have a chart that shows a series of events. Maybe make an interactive thing that lets you pair two classes together to see how their events relate.
  • Marionette Applications and Modules
    Common implementations of architecture. Explain their flexibility.
  • Modules and Modules
    Should I use Marionette Modules + CommonJS/AMD modules? Absolutely!
  • SPA Patterns
    Related to the above, but really focus on a detailed SPA implementation here. Routers and all that jazz.
  • Controllers
    Wtf do you use them for? Wtf wtf?
  • Behaviors
    More explanation of how to work with behaviors. @samccone's examples are really great. They should go here.
  • Utilizing the helper functions
    So many people ignore the helper functions of Marionette because their use isn't immediately obvious. Show common use cases for each to get more usage out of them.
  • Renderer
    I wanna use X template engine. How do I do that?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant