Add Best practices article (#186)

* Add aside about using only one corestore instance per application

A single corestore instance covers all needs and avoids pitfalls (such
as file locks and named hypercores not being the same key) that come
from multiple corestore instances.

* Add note for best practice to create one hyperswarm instance per app

* Create a best practices guide for Pear Application development

* Add "Best Practices" article to SUMMARY.md & README.md

* Include points added to the guides on using single swarm & store

* Fix capitalization in Best Practices article
This commit is contained in:
Sean Zellmer
2025-05-31 01:01:23 -05:00
committed by GitHub
parent 8c0ebce5af
commit b11bb658c7
5 changed files with 33 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ Guides on using the Pear Runtime to build and share P2P applications.
* [Releasing a Pear Application](./guide/releasing-a-pear-app.md)
* [Making a Bare Mobile Application](./guide/making-a-bare-mobile-app.md)
* [Creating a Pear Init Template](./guide/creating-a-pear-init-template.md)
* [Best Practices](./guide/best-practices.md)
### How-tos