sivakumar-kailasam / cli-guides

3 stars 1 forks source link

Tutorial for managing stylesheets, exporting public API, block form addon templates #6

Closed jenweber closed 6 years ago

jenweber commented 6 years ago

I would like reviews and feedback from at least these two levels:

Rather than reviewing the diff, new contributors may want to start reading the addons guide from the top and then add comments inline here

Many thanks ❤️

P.S. @sivakumar-kailasam if you can have a read through the whole addons.md file, I think this is probably the right time.

ijlee2 commented 6 years ago

@jenweber Thanks for working on updating this tutorial. I'm new to making an addon and have been wanting to make one soon.

I read the tutorial and followed along by writing code. Here are some observations that I made:

Trying out the addon template in an app

Making a UI component available in block form

CSS stylesheets that require importing from addons

Providing public API methods in the addon

Organizing public API code

Miscellaneous

Thanks again!

jenweber commented 6 years ago

Thanks again everyone for such thorough reviews, explanations, and help! You are awesome.

I think I have incorporated all the feedback, and it is time to publish the RFC! Work on these guides will continue in a different repo that follows the same structure as the main Ember Guides.