Тёмный

Goodbye Nextra 

Web Dev Cody
Подписаться 216 тыс.
Просмотров 6 тыс.
50% 1

checkout github.com/fuma-nama/fumadocs
My Products
🏗️ WDC StarterKit: wdcstarterkit.com
📖 ProjectPlannerAI: projectplannerai.com
🤖 IconGeneratorAI: icongeneratorai.com
📝 ThumbnailCritique: thumbnailcritique.com
Useful Links
💬 Discord: / discord
🔔 Newsletter: newsletter.webdevcody.com/
📁 GitHub: github.com/webdevcody
📺 Twitch: / webdevcody
🤖 Website: webdevcody.com
🐦 Twitter: / webdevcody

Опубликовано:

 

16 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@Dom-zy1qy
@Dom-zy1qy 21 день назад
Bro I literally just opened RU-vid to figure out what I'm going to use to make documentation for my project. Are you in my walls? The same thing happened when you did the IaC video a few weeks ago too lol.
@appel-32
@appel-32 20 дней назад
Thats such a powerful library, i haven’t checked but it feels similar to how shadcn have its docs. I’ll definitely switch my “custom” docs to this
@nekotajni394
@nekotajni394 21 день назад
You could also try building the docs with contentLayer, that's what I am doing currently. I also tried Nextra and wasn't the happiest with the limitations.
@dennisgroen4932
@dennisgroen4932 21 день назад
The search also has a bug in nextra, where when you're scrolled down in the page and start typing in the search, the page scrolls up 😅
@iamsomraj
@iamsomraj 20 дней назад
Hi Cody, can you share how you handle breadcrumb elements in next 14 projects? I actually have done it on my hobby project, it feels like very repetitive. I was wondering if you have a better way to do it. Thanks in advance.
@fuma-nama
@fuma-nama 19 дней назад
The recommended way is to use client components, because layouts aren’t re-rendered. You can use the pathname hook, and put your breadcrumb component inside a layout. Some folks may use parallel routes, but personally I think it doesn’t worth it, the breadcrumb component won’t dramatically increase your client bundle size, but parallel routes can be quite messy to implement breadcrumbs.
@rtorcato
@rtorcato 21 день назад
have you tried docusaurus? It's pretty popular on large mono repos
@nadunur
@nadunur 21 день назад
Exactly
@thisweekinreact
@thisweekinreact 17 дней назад
Hey it's Seb the maintainer of Docusaurus. Curious to have your thoughts on it ;) Note unlike other solutions it might not integrate well in the Next.js app (I mean you need a regular HTML nav to navigate from your Next.js landing page to the doc, not a big deal but still something to consider)
@rtorcato
@rtorcato 17 дней назад
@@thisweekinreact I plan on using a sub domain and my code is a mono repo. I am not limited to nextjs.
@kevinzunigacuellar
@kevinzunigacuellar 21 день назад
If you project is a monorepo, maybe you can give a shot to Astro Starlight
@xXJJw567Xx
@xXJJw567Xx 21 день назад
thoughts on using the starter kit over convex? Will the starter kit replace the need for convex, or will you have a way of integrating convex into this?
@WebDevCody
@WebDevCody 21 день назад
Convex is a different path for building your apps. The starter kit is for those who want to use as little third party services as possible and host on a cheap vps.
@sylarfx
@sylarfx 21 день назад
why do you exactly need dynamically generated docs using app router? most docs frameworks are statically generated at build time, because they are mostly open to public / don't need auth or ssr content
@WebDevCody
@WebDevCody 21 день назад
The app router statically builds static output files if you don’t use dynamic data
@justnbody.5934
@justnbody.5934 21 день назад
Can i know your vscode theme
@Cyber-Bison
@Cyber-Bison 20 дней назад
Hmm I know I was pushing nextra earlier (im not using it within a monorepo though), but now Fumadocs seems much more appealing. Thanks for the share!
@WebDevCody
@WebDevCody 19 дней назад
Sure thing!
@MohammedSohail-jk1xr
@MohammedSohail-jk1xr 11 дней назад
Thank you so much champ, but please answer the questions 1. can I have only the light theme by default? 2. How do we apply our own CSS to fix css bugs?
@SeibertSwirl
@SeibertSwirl 21 день назад
Hello babe 😊 good job as always ❤
@alexhichamk6630
@alexhichamk6630 21 день назад
Hi baby 🤗🍼 Thank you Have a nice day baby
@SeibertSwirl
@SeibertSwirl 21 день назад
@@alexhichamk6630 ewwww are you stalking me? Cause it’s feeling that way at this point. Please stop.
@SonAyoD
@SonAyoD 21 день назад
What vscode icon library are you using?
@WebDevCody
@WebDevCody 21 день назад
Lucide
@RatherBeCancelledThanHandled
@RatherBeCancelledThanHandled 20 дней назад
Have you considered hiring the soot spiders from spirited away to write your documentation ?
@WebDevCody
@WebDevCody 20 дней назад
I’ll consider that next time
@RatherBeCancelledThanHandled
@RatherBeCancelledThanHandled 20 дней назад
@@WebDevCody 😂❤️
@mubasharwarriach7216
@mubasharwarriach7216 7 дней назад
Can we make custom components and import them in the mdx
@WebDevCody
@WebDevCody 7 дней назад
Yes
@mubasharwarriach7216
@mubasharwarriach7216 7 дней назад
@@WebDevCody I had a question, so I want to implement a logic that I would upload a pdf file to my website and based on that pdf file I would make documentation using fumadocs.
@mubasharwarriach7216
@mubasharwarriach7216 7 дней назад
@@WebDevCody I figured out how to import components in Mdx file but what do u recommend I should do for the logic described above.
@mubasharwarriach7216
@mubasharwarriach7216 7 дней назад
@@WebDevCody so I was thinking I make a backend that receives the pdf file and returns json objects with the data and then I display them in custom components, do u think this is a good idea?
@abdirahmann
@abdirahmann 21 день назад
OMG I hate next-js, i once tried it out and the developer feedback was abysmal!!, also the agressive caching was terrible, i don't want vercel to tell me wtf i want!!!!, it left a bad taste in my mouth and i never looked back, i'll checkout remix but MY GOD next-js sucks! 😤
@fuma-nama
@fuma-nama 19 дней назад
Agree on that, I loved Nuxt.js more than Next.js nowadays
@papa_ethan
@papa_ethan 19 дней назад
NX also sucks
Далее
My Initial Impresson Of Go
12:39
Просмотров 66 тыс.
РЖАВАЯ МОЛОДОСТЬ. ДЕВЯТКА
33:56
Просмотров 563 тыс.
Ryan Dahl introduces JSR at DevWorld 2024
29:13
Просмотров 91 тыс.
State Managers Are Making Your Code Worse In React
13:33
`const` was a mistake
31:50
Просмотров 97 тыс.
My best advice for finishing projects
8:41
Просмотров 13 тыс.
Fetching Data Doesn't Get Better Than This
6:58
Просмотров 65 тыс.
I Was Wrong About React Router.
19:06
Просмотров 55 тыс.
You might not need useEffect() ...
21:45
Просмотров 147 тыс.
Laravel vs React
9:40
Просмотров 40 тыс.
#9 - Dax Raad: Local-First SaaS
1:02:55
Просмотров 3,9 тыс.