Introducing react-container-validator: A Lightweight ISO Container Number Validation Library for React #180875
Replies: 2 comments
-
|
π¬ Your Product Feedback Has Been Submitted π Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward β©
Where to look to see what's shipping π
What you can do in the meantime π»
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. β |
Beta Was this translation helpful? Give feedback.
-
|
Hi @billnababan, weβre glad youβre hereΒ π Thanks for sharing yourΒ projectΒ with the community. Unfortunately, we currently do not allow self-promotion or advertising on the Community Discussions. We want to make sure there is space for users to ask questions without overwhelming them with other conversations. Thank you for helping us maintain a productive and tidy community for all our members. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
Hi everyone π,
I recently published a small React utility library called react-container-validator, and I would really appreciate any feedback or suggestions from the community.
π What the library does
react-container-validator is designed to help developers validate ISO 6346 container numbers directly in React forms. It includes:
Automatic owner code + category validation
Check digit calculation
Real-time validation feedback
Simple and lightweight usage
π¦ NPM Package
https://www.npmjs.com/package/react-container-validator
π‘ Why I built this
I work on container management / depot systems, and found that many teams still validate container numbers manually or using custom logic.
So I created this library to make the process reusable, standardized, and easier for other developers.
π What I'm looking for
Feedback on the implementation
Suggestions for improvements or new features
Best practices for growing a small utility library
Any potential issues to consider for broader adoption
π GitHub Repository
https://github.com/billnababan/react-container-validator
Thanks in advance! Iβm still new to publishing packages and would love guidance from the community. π
Beta Was this translation helpful? Give feedback.
All reactions