[docs][guides] Conceptual guide on Reusable Code Patterns #21282
Labels
stale?
Issue that may be closed soon due to the original author not responding any more.
type: documentation
An issue or pull request for improving or updating Gatsby's documentation
Summary
Gatsby users should be able to find information on how to make reusable components and scalable code patterns. It should help them understand use cases and terminology with a low barrier to entry. A Conceptual Guide covering this topic could include:
This doc should be a complement to the Adding React Components doc and Creating Component Libraries doc. It should provide unique information about how to write reusable code, in more detail than "Creating Component Libraries" which is more of a high-level best practice guide.
Motivation
Gatsby and React development is all about components: layout components, pages, even third-party component usage. To fill in gaps in the docs, there should be coverage of this topic for developers who want to create and distribute their own components with common use cases and gotchas–or those who are simply trying to copy and paste less code.
Related to #21278.
Draft the doc
Open a pull request
The text was updated successfully, but these errors were encountered: