Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prismicio/prismic-next
Helpers to integrate Prismic into Next.js apps
https://github.com/prismicio/prismic-next
javascript nextjs prismic react typescript
Last synced: 3 months ago
JSON representation
Helpers to integrate Prismic into Next.js apps
- Host: GitHub
- URL: https://github.com/prismicio/prismic-next
- Owner: prismicio
- License: apache-2.0
- Created: 2021-06-10T01:21:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T22:25:05.000Z (5 months ago)
- Last Synced: 2024-07-23T15:25:54.842Z (4 months ago)
- Topics: javascript, nextjs, prismic, react, typescript
- Language: TypeScript
- Homepage: https://prismic.io/docs/technologies/nextjs
- Size: 2.92 MB
- Stars: 55
- Watchers: 12
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-prismic - @prismicio/next - Next.js development kit. (Ecosystem / Development Kits)
README
# @prismicio/next
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![Conventional Commits][conventional-commits-src]][conventional-commits-href]
[![License][license-src]][license-href]Helpers to integrate Prismic into Next.js apps.
- 👁️ Easily set up Prismic Preview
- 🖼️ Render optimized images using [`next/image`][next-image] and Prismic's built-in [Imgix][imgix] integration## Install
```bash
npm install @prismicio/next
```## Documentation
To discover what's new on this package check out [the changelog][changelog]. For full documentation, visit the [official Prismic documentation][prismic-docs].
## Contributing
Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Prismic developer community!
**Asking a question**: [Open a new topic][forum-question] on our community forum explaining what you want to achieve / your question. Our support team will get back to you shortly.
**Reporting a bug**: [Open an issue][repo-bug-report] explaining your application's setup and the bug you're encountering.
**Suggesting an improvement**: [Open an issue][repo-feature-request] explaining your improvement or feature so we can discuss and learn more.
**Submitting code changes**: For small fixes, feel free to [open a pull request][repo-pull-requests] with a description of your changes. For large changes, please first [open an issue][repo-feature-request] so we can discuss if and how the changes should be implemented.
For more clarity on this project and its structure you can also check out the detailed [CONTRIBUTING.md][contributing] document.
## License
```
Copyright 2013-2021 Prismic (https://prismic.io)Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```[prismic]: https://prismic.io
[imgix]: https://imgix.com/
[next-image]: https://nextjs.org/docs/basic-features/image-optimization[prismic-docs]: https://prismic.io/docs/technologies/nextjs
[changelog]: ./CHANGELOG.md
[contributing]: ./CONTRIBUTING.md[forum-question]: https://community.prismic.io
[repo-bug-report]: https://github.com/prismicio/prismic-next/issues/new?assignees=&labels=bug&template=bug_report.md&title=
[repo-feature-request]: https://github.com/prismicio/prismic-next/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=
[repo-pull-requests]: https://github.com/prismicio/prismic-next/pulls[npm-version-src]: https://img.shields.io/npm/v/@prismicio/next/latest.svg
[npm-version-href]: https://npmjs.com/package/@prismicio/next
[npm-downloads-src]: https://img.shields.io/npm/dm/@prismicio/next.svg
[npm-downloads-href]: https://npmjs.com/package/@prismicio/next
[github-actions-ci-src]: https://github.com/prismicio/prismic-next/workflows/ci/badge.svg
[github-actions-ci-href]: https://github.com/prismicio/prismic-next/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/github/prismicio/prismic-next.svg
[codecov-href]: https://codecov.io/gh/prismicio/prismic-next
[conventional-commits-src]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
[conventional-commits-href]: https://conventionalcommits.org
[license-src]: https://img.shields.io/npm/l/@prismicio/next.svg
[license-href]: https://npmjs.com/package/@prismicio/next