accounts-ui is a package that depends on Blaze and thus expects it to be installed. Maybe you should check out an alternative ui package written for react
 metero search accounts-ui | grep react
alt:react-accounts-ui Alternative accounts ui us...
jeremy:react-accounts-ui React UI for Meteor Accounts
okgrow:accounts-ui-react Accounts-ui wrapped in React.
sonynn:react-accounts-ui Accounts UI for React in M...
Thanks a lot.
I thought they were trying to āwrapā blaze into react ?
If this doesnāt work universally for everyone then this should be removed from the tutorial then.
Hi, Iām also creating a new Meteor project, and Iām surprised to struggle finding maintained āaccounts-uiā alternatives for React (not using Blaze hunder the hood).
Accounts-ui was a very useful module for prototyping with Meteor, with an easy learning curve. I guess I will have to do my own this time.
@nourmansour is right, we need to update the docs.
Yes, thatās true. The best I could find was meteoreact:accounts, but this isnāt maintained anymore. Itās also a bit inflexible if you want to modify fields, so I had to fork and modify it to fit my needs.
Thank you for the heads up. So I tried the didrip fork, and I made a fork to work with Meteor 2.0 and fix minor issues.
Note that I havenāt tested a lot yet nor published it to any package manager.