Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Next.js | 102,809 | 7,716 | 3,624 | 9 hours ago | 1,624 | September 23, 2022 | 1,568 | mit | JavaScript | |
The React Framework | ||||||||||
Swr | 26,074 | 13 | 451 | 11 hours ago | 124 | September 12, 2022 | 91 | mit | TypeScript | |
React Hooks for Data Fetching | ||||||||||
Trpc | 23,246 | 56 | 11 hours ago | 332 | September 22, 2022 | 100 | mit | TypeScript | ||
🧙♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy. | ||||||||||
Jsoncrack.com | 22,990 | 5 days ago | 44 | gpl-3.0 | TypeScript | |||||
⭐️ Transform data chaos into clarity with JSON Crack - the ultimate JSON visualization solution. | ||||||||||
Nativebase | 19,106 | 4,291 | 305 | 5 days ago | 348 | September 23, 2022 | 288 | mit | TypeScript | |
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web. | ||||||||||
Nx | 16,955 | 126 | 264 | 8 hours ago | 846 | September 23, 2022 | 698 | mit | TypeScript | |
Smart, Fast and Extensible Build System | ||||||||||
Lenster | 16,857 | 11 hours ago | 102 | gpl-3.0 | TypeScript | |||||
Lenster is a decentralized, and permissionless social media app built with Lens Protocol 🌿 | ||||||||||
Next Auth | 15,329 | 21 | 73 | 9 hours ago | 567 | August 01, 2022 | 210 | isc | TypeScript | |
Authentication for the Web. | ||||||||||
Affine | 13,773 | 18 hours ago | 158 | mpl-2.0 | TypeScript | |||||
There can be more than Notion and Miro. AFFiNE is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. | ||||||||||
Blitz | 12,675 | 3 | 11 | a day ago | 421 | September 13, 2022 | 206 | mit | TypeScript | |
⚡️ The Missing Fullstack Toolkit for Next.js |
This project was bootstrapped with Create React App.
npx create-next-app nft-drop
cd nft-drop
Install tailwindcss and its peer dependencies via npm, and then run the init command to generate both tailwind.config.js and postcss.config.js.
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
Add the paths to all of your template files in your tailwind.config.js file.
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}
Add the @tailwind directives for each of Tailwind’s layers to your ./styles/globals.css file.
@tailwind base;
@tailwind components;
@tailwind utilities;
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
npm i @thirdweb-dev/react
npm i next-sanity
npm i react-hot-toast
npm i @sanity/image-url