bcryptjs
Hello,
Many of you may have asked why bcryptjs is unavailable on React JS or React Native.
The result is working if you add only the fallback function and not installing bcrypt and react native web crypto because it
doesn't work as shown in the following example:
Additionally, it remains possible to do adequate installation of the fallback function but this still resulting an error
of module not found and the result seems like this:
However, it is better to apply crypto js on the backend like node is better not in the react application because it results in an error.
You are a programmer, are you?