question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Separate native fields into a dedicated package

See original GitHub issue

What

I think we need to separate the native fields (Field.Input, Field.Select, etc.) into a dedicated package.

Why

Shipping ~5 Kb of native fields into production projects which have their own custom fields is a huge size overkill.

How

  1. Create a new repo react-advanced-form-addons.
  2. Move the fields’ implementation there.
  3. Publish to NPM.

@Vidlec, @jonasdumas, This is something similar to what you have suggested previously, so I wanted to let you know.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jonasdumascommented, Jan 25, 2018

I’ll study that next few weeks. Thanks for all improvments

0reactions
kettanaitocommented, Jan 25, 2018

@jonasdumas thank you! We will be using something very similar. Stay tuned, I will post an update in react-advanced-form-addons repository!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Modules: Packages | Node.js v19.3.0 Documentation
In a package's package.json file, two fields can define entry points for a package: "main" and "exports" . Both fields apply to ......
Read more >
Chapter 7. Basics of the Debian package management system
The Depends field gives a list of packages that have to be installed in order to install this package successfully. The Installed-Size indicates...
Read more >
Using `"homepage"` in package.json, without messing up ...
Docs for create-react-app explains how to serve same build from different relative paths. If you put homepage as "homepage": ".",.
Read more >
Retrieve selected fields from a search | Elasticsearch Guide [8.5]
To retrieve specific fields in the search response, use the fields parameter. Because it consults the index mappings, the fields parameter provides several...
Read more >
Use external tables with Synapse SQL - Azure - Microsoft Learn
External table type, Hadoop, Native. Dedicated SQL pool, Available, Only Parquet tables are available in public preview.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found