Dude, it was fast, clean and to-the-point! thanks!
@yitzchaksviridyuk9324 жыл бұрын
Thanks you so much for this tutorial man. I'm still really new to react and npm, so I mostly followed along. I still need to study this stuff in depth, but with your help, I was able to publish my first useful npm package! Thanks again from your 18th subscriber. 😉👍
@Ali-mc4le4 жыл бұрын
I have love for your skills brother... hope you continue making helpful videos like this! You got a new subscriber :)
@Guandjoy4 жыл бұрын
Thanks, Ali! I really appreciate that! I will continue :)
@josemanuelserranoamaut42644 жыл бұрын
Thankyou! Amazing and short video! It worked! I followed all the steps and I published some react components.
@kmeeraj4 жыл бұрын
Thank you dude!!! from Hyderabad, India. God Bless you
@wadewilson9553 жыл бұрын
Hey Yurko, ty for the video! Can you pls explain why do we have to link react from application/node_modules and is there any way to avoid it?
@yt_amarjit3 жыл бұрын
I faced a small error. Had to include peerDepedencies in modules package.json file. "peerDependencies": { "react": "^17.0.1", "react-dom": "^17.0.1" },
@dd37154 жыл бұрын
Can I do this with whole react app (App.js) and its components and dependencies?
@damnitrahul3 жыл бұрын
Hey, Thanks for the tutorial. Straight forward and quick!
@craftzki87842 жыл бұрын
I do react but I still don't know babel and webpack. do we need them to create an package
@ujjavalsinha98892 жыл бұрын
Is there a particular order that needs to be followed when executing these commands? Because, I tried the same, but i am getting "Invalid Hook Error"
@ujjavalsinha98892 жыл бұрын
Got the same error.. due to two instances of React running
@balledachandrahas83264 жыл бұрын
I am getting error : Uncaught ReferenceError: React is not defined. What to do in such case?
@hamidpinilla44314 жыл бұрын
how can i do to fix this error Insufficient number of arguments or no entry found. Alternatively, run 'webpack(-cli) --help' for usage info. Hash: ddf76ea2ba092b265664 Version: webpack 4.44.1 Time: 70ms Built at: 09/04/2020 8:06:38 PM ERROR in Entry module not found: Error: Can't resolve 'babel-loader'
@narayankushwah58 ай бұрын
Hi, I love your approach but your application also taking package from artifactory not from local folder its not working at all
@zeeshanashraf4294 жыл бұрын
My Question is That when i Develope React library than is it any platform where i Publish Library except Npm bcz if publish in Npm than Library Files also visible in Application and i dont want to show any file. Just tell me any platform or way . I shall be very thankful to you. Thanks
@vic93803 жыл бұрын
What if there is Java code for native Android component? How do we include Java code into npm package too? I meant in React Native, not simply React.
@sharkman8560 Жыл бұрын
When I tried to npm run build Error: error:0308010C:digital envelope routines::unsupported I cant fix this error
@gamerzassassin5 ай бұрын
change your node v to 16 or lesser
@hwangmg55812 жыл бұрын
Hi Yurko ! I'm not that kind person who reply to KZbinr, but your content make me real help. I need to make this kind of ui component to npm libraries but i can't find a real solution. Thank you for your help. have a good work !
@rutwikwaghmare4992 жыл бұрын
Thank You So much...Really helped a lot
@rishiprasad56994 жыл бұрын
When I try to import my component into another project, I get the following error // importing as follows import ComponentName from "package-name" Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. My entrypoint component is exported as default (export default ComponentName). I am not sure why this is happening
@rutwikwaghmare4998 ай бұрын
Hey, did you get a fix for this error?
@restuwahyusaputra77644 жыл бұрын
Awesome , thanks very helpful for me
@muhammadbilal68653 жыл бұрын
Very helpful content and your skills are superb Yurko.New Subscriber
@Aakashsingh283 жыл бұрын
how to create package react application as jar?
@alessandromuraro66104 жыл бұрын
Thanks, nice tutorial
@Bostathelink2 жыл бұрын
thanks my brother! this help me a lot!!!
@ravikiransunray Жыл бұрын
very helpful thank you
@RAJESHKUMAR-jh6bq4 жыл бұрын
I've done this but getting module not found error
@Guandjoy4 жыл бұрын
maybe you should try re-run `npm start`. Or something wrong with a package name.
@jubairhossain7657 Жыл бұрын
@@Guandjoy I found the same error. Not working.
@harshthosar86003 жыл бұрын
Great tutorial man, Thanks it helped me alot.
@benphamvan3456 Жыл бұрын
So useful
@Pavan-yb6vm4 жыл бұрын
Thanks mate, really helped!!!
@paolahinostroza66593 жыл бұрын
gracias!! sos un genio
@gibbsgibson6 ай бұрын
Awesome!!
@alaminhowlader363 жыл бұрын
thank you so much
@jackjackdev Жыл бұрын
Finally!! THX :)))
@pranupranav6279 Жыл бұрын
Thanks❤😊
@naiz40054 жыл бұрын
Thx. Will try it
@vismal20073 жыл бұрын
Thank You!
@zrebrutibreniti3 жыл бұрын
thanks alot this was really helpful :)
@dmitryast11204 жыл бұрын
Good job!
@михаилкиселёв-н5г4 жыл бұрын
Doesn`t work
@Guandjoy4 жыл бұрын
What exactly? Maybe I could help
@михаилкиселёв-н5г4 жыл бұрын
@@Guandjoy Thx, I found lib for creating packages
@sureshbabu32394 жыл бұрын
It's saved my time :)
@Guandjoy4 жыл бұрын
Thanks for your feedback, I'm glad to hear that :)