dude i needed this. i was literally going to start reading on how to do this and then boom this video just popped up
@aghileslounis14 күн бұрын
Clean setup. You should make a video/course on design btw you're great at it, all your demo apps looks great
@rahulgupta772014 күн бұрын
Awesome Video Lee!! I really want to see more content from you regarding Nextjs and some react patterns in general. Keep up the good work!!
@derproka14 күн бұрын
MDX was really easy to setup when I needed it
@amosmachora10 күн бұрын
Actually those overview videos are pretty cool. You can talk about something cool in nextjs and just link the docs.
@AVidhanR13 күн бұрын
First time here curious about mdx so watching now
@simonhartley915814 күн бұрын
I hope you're doing okay, Lee. I always appreciate your stuff.
@vaniad55514 күн бұрын
Awesome work, we like to see more please!
@MohamedElguarir14 күн бұрын
what's the vscode extention that's rendering the markdown?
@glekner14 күн бұрын
Turbopack does not work with remark/rehype plugins when configured through @next/mdx, any update on that? we have 500+ doc pages and we really need turbo.
@joshhinden6714 күн бұрын
Not sure if helpful, but I’m pretty sure you can use remark (or simply modify tree with visit) if you use it outside the pipeline. Get the tree first (mdast), do stuff (remark) then compile back and use it. Or skip next mdx entirely and just get the data, do stuff and render yourself. Imports won’t work, but you can get exports as data and process them when building out the components. Tried something similar and just skipped next mdx entirely using fromMarkdown npm.
@glekner14 күн бұрын
@@joshhinden67 Thanks. for now we did skip next mdx, because we are migrating from another platform and some markdown files are not valid because of custom blocks. with next/mdx, 1 invalid file is enough to crash the dev/build. So i'm using next-mdx-remote-client to render dynamically, but imports indeed don't work and I need them for relative image imports, let me know if you have any suggestions in that area, thanks!
@joshhinden6714 күн бұрын
@@glekner Yeh, sounds like we have been down a similar rabbit hole. I tried MDXBundler and got it working alright, but imports don’t work with aliases @ etc and was also a fuss as you need to generate files with a build script. I didn’t test it as I’m not using imports but should work, but you’d have to update your paths to not use aliases. That said, I think if you ‘do stuff’ to the mdast tree and then compile it with next mdx it should work. In other words, remark the extracted tree data and then compile and I don’t think it will throw a fit. Haven’t tried yet but planning to try
@talatkuyuk655611 күн бұрын
@@glekner I am the owner of next-mdx-remote-client, glad to hear that you use it.👋
@glekner10 күн бұрын
@@talatkuyuk6556 love your fork, thank you for the hard work. do you wanna help with the relative images issue? :)
@rohitsanwariya721713 күн бұрын
how can we integrate rehype and remake to support math symbols with LaTex Thanks
@mike-234214 күн бұрын
Nice one Robby boy
@souvlaki4214 күн бұрын
Great video. Is there a way to publish your posts through Obsidian using this setup?
@10zDelek14 күн бұрын
Any thought on that hydration error? Literally run a fresh boilerplate and it’s the first thing that pops up😢
@leerob14 күн бұрын
It's likely your Chrome extensions
@10zDelek14 күн бұрын
@leerob but it was never a issue with next14 . Only with next15 this hydration is occurring.
@youarethecssformyhtml13 күн бұрын
@@10zDeleka broken framework. It also happened to me when I updated my portfolio to use NextJS 15.
@pervoj14 күн бұрын
Do you plan to make a video about Velite as well?
@cyb3ristic11 күн бұрын
my biggest gripe is that there doesn’t seem to be a way to render mdx client side, so create a blog post inside the website itself and preview how it would look before sending it
@Берестова-ц3п13 күн бұрын
You're doing a fantastic job! Just a quick off-topic question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@emmanuelxs614314 күн бұрын
What extension are you using for your mdx formatting
@emmanuelxs614314 күн бұрын
I need a vs-code similar for it
@mpotane14 күн бұрын
Neovim plugins?
@leerob14 күн бұрын
I have them here in my free Vim course: github.com/leerob/vim-for-react-devs
@ferhattaher14 күн бұрын
whats the editor used ?
@leerob14 күн бұрын
Screenflow
@yashrajjaiswal994114 күн бұрын
your nvim setup looks clean , can you share your nvim config 😄 , I checked your github but couldn't find it
@leerob14 күн бұрын
I have it here! github.com/leerob/vim-for-react-devs
@mutantmantish614114 күн бұрын
Give me thy neovim config
@leerob14 күн бұрын
It's here -> github.com/leerob/vim-for-react-devs
@aymenbachiri-yh2hd14 күн бұрын
❤❤
@intebuddy14 күн бұрын
Wow,do I feel like dumb one, because yesterday I used quill to do the same exact thing
@lostinthenarrativve13 күн бұрын
Why not go full jsx ? and act like each blog post is a page instead of an MDX page, why not ?
@shadowfaxenator14 күн бұрын
astro is so much easier to configure and start mdx
@amsanei14 күн бұрын
ay yooo im first
@manonamission9914 күн бұрын
I find drizzle so garbage. Prisma is far more easier and intuitive
@jinjers14 күн бұрын
Agreed. It's more like query builder and that's what make it fast. It's just a hyped for the community. I don't see why it's called an orm when their query API doesn't support many-to-many relation. For small app or small micro service app it's okay but imagine joining more than 5 tables for a huge monolithic business application 😑
@lolwut1507814 күн бұрын
@@jinjers could this be improved using views in SQL instead of many joins in drizzle?
@my_name_is_ahad14 күн бұрын
And Drizzle community is also bad
@benjyross462614 күн бұрын
Fr
@christoph-meise14 күн бұрын
I couldn’t disagree more, switched from prisma to drizzle and will never come back.