Separate native fields into a dedicated package
See original GitHub issueWhat
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
- Create a new repo
react-advanced-form-addons
. - Move the fields’ implementation there.
- 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:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll study that next few weeks. Thanks for all improvments
@jonasdumas thank you! We will be using something very similar. Stay tuned, I will post an update in
react-advanced-form-addons
repository!