Allow customers to upgrade their React purchases with NPM or Yarn?

It’s been a few years since I’ve submitted anything and I’m considering getting back into it. :slight_smile:

I’ve been working primarily in React and React Native lately. React users expect to be able to update their packages with npm or yarn. No one wants to manage a single package by downloading it manually from CodeCanyon.

Does anyone have a solution for this? Maybe something like this:

  • Build a package that handles the component logic and includes a basic design. Add the package to the yarn and npm registries.
  • Sell skins for the free npm package on CC.

Assuming the skins will rarely or never need to be updated, customers can update their stuff with yarn or npm.

How cool would it be if there was some Envato npm package that managed purchase licences, allowing them to just add "@envato/some-dxc-plugin": "^2.0.0" to their package.json.

I’m still not seeing anything. Oh well. :frowning:

Good idea, How about doing the logic from the package it self without providing the real code ?