![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
🗒️ Biscus is a Nuxt theme, that can use GitHub Discussions as your blog.
We provide a template that you can quickly start using Biscus.
Before you start, you'll need a GitHub Token without any scopes. Because GitHub GraphQL API requires a token to send requests.
no expiration
or other times you want.Generate
, and copy the token down.Include all branches
.template
branch or make it default.
app.config.ts
in the main directory.export default defineAppConfig({
biscus: {
// name of the blog
name: 'My Project',
// description of the blog
description: 'This is my project',
// the id of the discussions category
categoryId: 'DIC_kwDOKWmCx84CZh1q',
// repository of the blog
repository: 'ocoke/Biscus',
// the id of the repository
repositoryId: 'R_kgDOKWmCxw=',
// the banner of the blog
banner: {
title: 'This is Biscus!',
subtitle: 'hi, this is biscus'
},
// the navigation bar of the blog
nav: {
title: 'My Project',
home: '/',
links: [
{
name: 'Home',
href: '/'
},
{
name: 'About',
href: '/about'
}
]
},
}
})
Biscus is a Nuxt theme, you can add it to your existing project.
WARNING There may be conflicts with your existing project or dependencies.
yarn add biscus
nuxt.config.ts
:export default defineNuxtConfig({
extends: ['biscus'],
})
app.config.ts
:export default defineAppConfig({
biscus: {
// name of the blog
name: 'My Project',
// description of the blog
description: 'This is my project',
// the id of the discussions category
categoryId: 'DIC_kwDOKWmCx84CZh1q',
// repository of the blog
repository: 'ocoke/Biscus',
// the id of the repository
repositoryId: 'R_kgDOKWmCxw=',
// the banner of the blog
banner: {
title: 'This is Biscus!',
subtitle: 'hi, this is biscus'
},
// the navigation bar of the blog
nav: {
title: 'My Project',
home: '/',
links: [
{
name: 'Home',
href: '/'
},
{
name: 'About',
href: '/about'
}
]
},
}
})
NUXT_GITHUB_TOKEN
to a GitHub Token without any scopes:NUXT_GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxx
FAQs
> 🗒️ Biscus is a Nuxt theme, that can use GitHub Discussions as your blog.
We found that biscus demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.