HugoDoyon / headless-examples

Samples and examples of various implementation and integration scenarios for headless Sitecore implementations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitecore Headless Samples and Examples

This repository provides Sitecore and community-developed examples of various implementation and integration scenarios utilizing Sitecore Headless SDKs. While Sitecore already provides official boilerplate and samples for these frameworks, questions about how to do X or Y often come up in community channels. The aim for this repository is to build a library of samples to help address these questions and provide a reference for Sitecore developers.

Where can I learn more about Sitecore Headless SDKs?

Are these examples supported by Sitecore?

Example code in this repository is not supported by Sitecore Product Support Services. Please do not submit support tickets regarding these examples.

Individual samples are supported on GitHub by their contributors (from Sitecore or the community) but are not necessarily expected to be upgraded/updated with each release, and generally are provided as-is for you to learn from and adapt to your requirements.

Contributing

We most definitely welcome new examples!

  • Examples should be submitted via pull request.
  • If you submit a new example, please be prepared to support it. If you are tagged on a GitHub issue or PR related to your example, please respond to it.
  • New examples should demonstrate usage of Sitecore JavaScript or ASP.NET Core Rendering SDKs, or other methods of consuming Sitecore content headlessly, and should be placed in the examples folder.
  • Use the examples\README.template.md as a base for your example's README.md, and fill it out completely.
  • Be sure your PR also includes an update to this README with a link to your new example.
  • Your example should use Sitecore Containers and should require as few steps as possible to get up and running. Alternatively, JavaScript-based examples can utilize "disconnected mode" / mock Sitecore services.
  • You should simplify and remove as much boilerplate code as you can from your example, so that developers can easily see the implementation/integration scenario you are trying to demonstrate.
  • Sitecore reserves the right to decline examples, but don't let this discourage you. Submit issues or inquire on the #headless channel of Sitecore Community Slack if you want to validate an idea first.

Contents and Contributors

About

Samples and examples of various implementation and integration scenarios for headless Sitecore implementations.

License:MIT License