How to create and publish React component as NPM Package

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 7

  • @yashvardhantomar758
    @yashvardhantomar758 13 днів тому

    Really helpful video, nice one..... BTW, 4:05 - Create Webpack file in the "ROOT" folder....I also face this problem of words too sometimes 😅😅😅

  • @RavindraSingh-lp9pl
    @RavindraSingh-lp9pl Місяць тому

    very helpful video...bole to kataiiiii zeher : )

    • @akashingole
      @akashingole  Місяць тому

      @@RavindraSingh-lp9pl 🙌🏻

  • @BodyBuilder-e9k
    @BodyBuilder-e9k 25 днів тому

    I have tried in my local and published it but after installing in test project getting error like, Cannot read the properties of null ( reading useContext ).
    But believe me there is no useContext used in my project.
    After that i installed other react component libraries from npmjs but they are also giving same issue, even after installing all peer and dependencies. Any solution for this ?

  • @TECHTEMPLETAMIL
    @TECHTEMPLETAMIL Місяць тому

    Make one video i have built a chat bot i want to publish it in npm I want other users can use my chat bot with modification of chatbot icon primary color chatbot name. They modification can be done by users via props. They can send props in my component they installed from npm. How to setup and do this modification feature pls explain this

    • @akashingole
      @akashingole  Місяць тому

      @@TECHTEMPLETAMIL You can do the same by taking help from this video 🙂

    • @TECHTEMPLETAMIL
      @TECHTEMPLETAMIL Місяць тому

      @@akashingole yes thank you. i just want to know props sharing things between npm package