quavedev / react-components

0 stars 0 forks source link

Meteor package or NPM package? #1

Open filipenevola opened 3 years ago

filipenevola commented 3 years ago

So far this package has zero dependencies to Meteor.

What is the plan in the long term?

Because if this package is not going to depend of any Meteor feature it should be a npm package instead.

JesseCarlos commented 3 years ago

@filipenevola I thought to create this package as a meteor package because AutoComplete and FileUpload components could be used with the quave:collections and quave:file-uploader respectively.

filipenevola commented 3 years ago

We don't use collections in the client so I don't know how you could use collections in a react components lib.

file uploader could be abstracted or used from the global Package.

but I have another question, why these are not in the forms package? forms package should be called crud or something else but it seems the components that you want to have here are useful for crud only.

JesseCarlos commented 3 years ago

Maybe the forms would be a good place to create these components.