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

Commit dea3e13

Browse files
authored
docs: be more specific about supported features (#656)
1 parent f187b91 commit dea3e13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
![logo](./logo.gif)
44

5-
A zero configuration Next.js 9.0 [serverless component](https://github.com/serverless-components/) with full feature parity.
5+
A zero configuration Next.js 9.0 [serverless component](https://github.com/serverless-components/) aiming for full feature parity.
6+
7+
Please review [features](https://github.com/serverless-nextjs/serverless-next.js#features) for a list of currently supported features.
68

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

4951
### Features
5052

53+
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!
54+
5155
- [x] [Server side rendered pages at the Edge](https://github.com/zeit/next.js#fetching-data-and-component-lifecycle).
5256
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!
5357
- [x] [API Routes](https://nextjs.org/docs#api-routes).

0 commit comments

Comments
 (0)