Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

docs: be more specific about supported features #656

Merged
merged 2 commits into from
Oct 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

![logo](./logo.gif)

A zero configuration Next.js 9.0 [serverless component](https://github.com/serverless-components/) with full feature parity.
A zero configuration Next.js 9.0 [serverless component](https://github.com/serverless-components/) aiming for full feature parity.

Please review [features](https://github.com/serverless-nextjs/serverless-next.js#features) for a list of currently supported features.

[![serverless](http://public.serverless.com/badges/v3.svg)](https://www.serverless.com)
![Build Status](https://github.com/serverless-nextjs/serverless-next.js/workflows/CI/badge.svg)
Expand Down Expand Up @@ -48,6 +50,8 @@ With a simplified architecture and no use of CloudFormation, there are no limits

### Features

The following shows all supported features or planned features. Is there a feature that you want but is not yet supported? Please open a [new issue](https://github.com/serverless-nextjs/serverless-next.js/issues/new?assignees=&labels=&template=feature_request.md&title=) to let us know!

- [x] [Server side rendered pages at the Edge](https://github.com/zeit/next.js#fetching-data-and-component-lifecycle).
Pages that need server side compute to render are hosted on Lambda@Edge. The component takes care of all the routing for you so there is no configuration needed. Because rendering happens at the CloudFront edge locations latency is very low!
- [x] [API Routes](https://nextjs.org/docs#api-routes).
Expand Down