- Published on
Hinglish to Hindi Typing - React Transliterate Component
I have been working on a web writing platform for some time now and I came across a unique problem whose solution I wasn't able to find anywhere else online. So I decided to build my own React component library
I wanted users to be able to write Hindi and other scripts using a standard English keyboard (the word standard is loose here). And so I exported this component when I finally solved the problem.
Presenting, React Transliterate
It uses Google's Input Tools API to fetch results and displays them in the helper
I have currently tested Hindi, Marathi and Urdu but it should support all scripts that the input tool
The component is open source and there are a few sharp edges that I am looking to fix.
You can check out the component demo here - react-transliterate
Take a look at the Github repo - react-transliterate: Transliteration component for React
Other posts on topic
- Bundle a React library with ParcelCreate a React library and bundle it with the new Parcel v2. Parts of Parcel are rewritten in Rust and that means it is ...Read →
- Understand how styled-components works by creating a cloneFirst article in a guide on how to build your own styled-components clone. Understand why it is necessary and how to sta...Read →
- React Internals (Part 3) - Fiber ArchitectureAn article explaining how Reacts latest Fiber architecture works and speeds up your websiteRead →