-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update content from the old cookbook #6
Comments
Looking at the old cook books all of the 'Contributing' section articles can be reused. The rest I am not sure are even issues that need cook books? I think this is where going through the forum discussions and Stack overflow might be a good idea. I am happy to start moving the 'Contributing' section from the old cook book to this cook book shall we add it in this issue or create a separate one? |
I tend to agree. I did a quick review of the recipes with my opinion on whether they're useful to keep.
User Interface & Interaction👎 "Adding CSS Classes to Your Components" with Glimmer components the instruction here is to use the template. Event Handling & Data Binding👎 "Binding Properties of an Object to Its Own Properties" We cover getter properties in the Guides already. Helpers & Components👎 "Creating Reusable Social Share Buttons" I think we share the necessary knowledge in the Components section of the guide. Furthermore, I think the solution proposed might have accessibility issues. Working with Objects👎 "Incrementing Or Decrementing A Property" doesn't really apply anymore, as we moved away from Doing this review raised a question for me: do we want to have recipes where we mostly recommend community addons and maybe have a small example and then link to the addon's documentation? |
@locks looks great, I agree with the overview and will look into the 'could be useful' articles |
In very old versions of the guides, there are cookbook articles. Which of these can we update and reused? Comment with the topic you are researching/updating.
You can see the list here: https://guides.emberjs.com/v1.12.0/cookbook/
Articles should follow the template for our cookbook: https://github.com/ember-learn/cookbook/blob/main/guides/forms/template.md
The text was updated successfully, but these errors were encountered: