Skip to content

Commit e14eec1

Browse files
authored
Update the related react project
The current linked React project seems to be quite outdated. I tried to install from npm.js, and also the dev environment on the latest Node LTS in its git repo, but neither works. Inspecting its code reveals that it is quite outdated. I wrote new React components from scratch, which I believe is better structured, more extensible (as I plan to add more specifically useful components), and future-proof (e.g., strong test enforcement with dependency updates).
1 parent 64ce3be commit e14eec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Documentation/related projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Projects have been created to integrate AutoNumeric in existing frameworks, so t
88
For integration into Javascript frameworks, you can use:
99

1010
- Vue.js with the [vue-autonumeric component](https://github.com/autoNumeric/vue-autoNumeric),
11-
- React with the [react-numeric component](https://github.com/mkg0/react-numeric),
11+
- React with the [react-autonumeric components](https://react-autonumeric.8hob.io/) (or [react-numeric component](https://github.com/mkg0/react-numeric) on an older version of react),
1212
- Angular with the [@angularfy/autonumeric](https://github.com/angularfy/autonumeric),
1313
- AngularJS with the [angular-currency](https://github.com/BuffCoder/angular-currency) directive,
1414
- Meteor with [meteor-autonumeric](https://github.com/gibson/meteor-autonumeric), and

0 commit comments

Comments
 (0)