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

[Documentation] Mention tracked-tools in Autotracking Guide #1936

Open
ChaiWithJai opened this issue Jul 5, 2023 · 0 comments
Open

[Documentation] Mention tracked-tools in Autotracking Guide #1936

ChaiWithJai opened this issue Jul 5, 2023 · 0 comments

Comments

@ChaiWithJai
Copy link

📙 Describe the Issue

The Autotracking In-Depth Guides in the Ember documentation currently do not mention the usage of tracked-tools (https://github.com/tracked-tools). This library provides additional utilities for autotracking in Ember and could be beneficial to developers working with Ember's autotracking feature with composite data types (arrays and objects in particular).

🔬 Minimal Reproduction

  1. Visit the Autotracking In-Depth Guides page: https://guides.emberjs.com/release/in-depth-topics/autotracking-in-depth/
  2. Read through the guides. Read the section about tracking arrays and objects. There might be an opportunity to enhance the following copy "Instead, you can continue to use EmberArray, which will continue to work with tracking and will cause any dependencies that use it to invalidate correctly.".

😕 Actual Behavior

The current Ember guides do not reference or mention the use of tracked-tools in the context of autotracking, potentially leaving developers unaware of these additional, helpful utilities.

🤔 Expected Behavior

Should we mention tracked-tools? I realize this may be addressed when Polaris is released, however, its a common enough use case for folks new to Ember or new to Octane.

➕ Additional Context

tracked-tools is a library that provides additional utilities for autotracking in Ember. It is an important tool that can enhance the developer experience when working with autotracking, hence it would be beneficial for this tool to be included in the Ember documentation.

Was originally posted in the main repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant