https://github.com/kochie/next-plugin-threads
A plugin to add threads.js to next
https://github.com/kochie/next-plugin-threads
Last synced: 5 months ago
JSON representation
A plugin to add threads.js to next
- Host: GitHub
- URL: https://github.com/kochie/next-plugin-threads
- Owner: kochie
- Created: 2019-11-14T22:43:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T05:23:47.000Z (over 3 years ago)
- Last Synced: 2025-10-02T04:45:46.247Z (9 months ago)
- Language: TypeScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# threads.js plugin for next
*WORK IN PROGRESS*
Currently the new next plugins system is unstable and likely to change so this plugin will probably not work.
Use threads.js directly with next.
Create a new project
```
npx create-next-app
```
Then just add threads
```
npm i -D next-plugin-threads threads
```
And bam! threads in js.