Very good and concise tutorial. The only problem I ran into was when i initialized the browser API and ran npm start. Due to the fact that react apps run on node web server, I couldn’t initialize it with “webkitSpeechRecognition” but rather with “window.webkitSpeechRecognition”.