Bro thank you so much for this video. You have no idea how helpful it was.
@milashos8 ай бұрын
Thank you. Looking forward to the next part.
@dvjay10262 ай бұрын
Huge kuddos for this great video
@caceresmauro97676 ай бұрын
This video is gold
@codecret14 ай бұрын
Amazing video, We should have added .npmignore file to avoid publishing src, tsconfig.json files in npm
@maresal427110 ай бұрын
nice content 🎉
@Jezikk7 ай бұрын
It would be nice to add an example with 2 components and introduce setup with tree-shaking, because why should I publish a library where the total size of the package is always imported regardless of the components used.
@fgbyte8 ай бұрын
Great video. If you could zoom in on the IDE a bit for the next ones 🙏
@sriman123 күн бұрын
Looking for this !
@sriman121 күн бұрын
Can i use nextra which uses nextjs?
@NicolaeVlad-nw6si7 ай бұрын
Great video.
@droch1la_8 ай бұрын
ur video is cool but i have a question do i call 'npm run build' and 'npm run dev' every time i changed my code? i dont see any changes on page without rebuilding. i try add react-refresh plugin and remove cash but its doesnt help me :( i see u have a hot module reload system (or something else), because ur page is reload automaticaly after any changes, but also i dont understand how add this in my project( thnk you
@olucassampaio3 ай бұрын
I'm having the same issue, would love to know how to fix this
@rasanga_lkАй бұрын
When seeing the Guru using vim editor💀
@Jean-DouglasQuashie2 ай бұрын
Unable to run npm build with this error : vite.config.ts:2:25 - error TS2307: Cannot find module 'path' or its corresponding type declarations. 2 import { resolve } from 'path' ~~~~~~ vite.config.ts:11:22 - error TS2304: Cannot find name '__dirname'. 11 entry: resolve(__dirname, 'lib/main.ts'), ~~~~~~~~~ . RESOLVED : npm install --save-dev @types/node