What is the best way to add spell check (with custom suggestion menu) to react app? For example to textarea element. I know that it's possible with the server-side and with vanilla javascript. So what's the best way? Maybe you have some solutions?
Take a look at docs: Official React Docs.
If for basic html/vanillajs you would use a textarea like:
<textarea spellcheck="true" />
In React, you would use:
<textarea spellCheck="true" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With