Right now we include all the field types into the JS package. This means we might end up with a lot of JS that we do not need in the app.
Ideally, we could export out a set of base fields that would be common among many apps. Then we could perhaps export any extra fields we need separately and only include them as needed.
Right now we include all the field types into the JS package. This means we might end up with a lot of JS that we do not need in the app.
Ideally, we could export out a set of base fields that would be common among many apps. Then we could perhaps export any extra fields we need separately and only include them as needed.