rsnext/examples/with-slate
Henrik Wenz c42ee58ccb
Update with-slate example (#16959)
## Changelog

- Updated slate.js to version 0.58.4
- Removed unused packages (immutable & slate-plain-serializer)
- Simplified example (we don’t need to demonstrate the multi editor case anymore, since this issue is now handled by slate internally)
- Remove deprecated `KeyUtils`
- Removed deprecated Components

## Related:

- https://github.com/ianstormtaylor/slate/issues/870
2020-09-09 18:00:09 +00:00
..
pages Update with-slate example (#16959) 2020-09-09 18:00:09 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
package.json Update with-slate example (#16959) 2020-09-09 18:00:09 +00:00
README.md Simplify example usage instructions (#16678) 2020-08-29 22:22:02 -04:00

slate.js example

This example shows how to use Next.js along with Slate.js.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example::

npx create-next-app --example with-slate with-slate-app
# or
yarn create next-app --example with-slate with-slate-app

Deploy it to the cloud with Vercel (Documentation).