kontent-starter-corporate-next-js icon indicating copy to clipboard operation
kontent-starter-corporate-next-js copied to clipboard

Next.js corporate starter site using Kentico Kontent as a data source.

Results 9 kontent-starter-corporate-next-js issues
Sort by recently updated
recently updated
newest added

### Motivation Upgrade to beta kontent react rich text element ### Checklist - [ ] Code follows coding conventions held in this repo - [ ] Automated tests have been...

### Motivation Lighthouse reports that some components do not need to be a part of an initial bundle. ### Proposed solution Use this thing: https://webpack.js.org/api/module-methods/#dynamic-expressions-in-import in combination with `gregberge/loadable-components` to...

enhancement
hacktoberfest

### Motivation Currently, for the preview bar the `preview` value toggle is passed through the components. ### Proposed solution It is possible to use a new hook: https://nextjs.org/blog/next-10-1#detect-when-preview-mode-is-enabled. ```js const...

enhancement
good first issue
help wanted
hacktoberfest

### Motivation Allow users to easily slick through to the specific content item from within the site. ### Proposed solution Use Next.js preview feature in combination with [Smartlink SDK](https://github.com/Kentico/kontent-smart-link) ###...

enhancement
good first issue
help wanted
hacktoberfest

### Motivation The current sample does not do anything with the form submission. ### Proposed solution Probably handling on Vercel/any other i.e. formspree: https://vercel.com/guides/deploying-react-forms-using-formspree-with-vercel. ### Additional context Current usage is...

enhancement
good first issue
help wanted
hacktoberfest

### Motivation It would be nice to showcase the paging. ### Proposed solution Pre generates pages for the `blog`, but make it universal for `listing_page` content type. ### Additional context...

good first issue
help wanted
hacktoberfest

### Motivation Showcase people, how to set up a starter for web spotlight projects. ### Proposed solution Content is already prepared to be used there. TODO: * Document, how to...

enhancement
good first issue
help wanted
hacktoberfest

### Motivation POC of ALgolia integration based on https://github.com/strizr/kontent-algolia-sync ### Checklist - [ ] Code follows coding conventions held in this repo - [ ] Automated tests have been added...

do-not-merge

### Motivation **This issue works as an initial content to be linked from the readme.**

documentation