This tutorial will help you to get up and running with Speechly by guiding you through the process of building a simple voice filtering web app with Speechly and React. (more…)
Read more »
Doing code reviews for our hook-based project, I often see fellow developers not aware of some awesome features (and nasty pitfalls) useState offers. Since it’s one of my favourite hooks, I decided to... (more…)
Read more »
For the past few months, the frontend team at Bitmovin has been working hard to bring you a new web dashboard. The new dashboard is based on the unified Bitmovin API that we released earlier this year. It incorporates all of Bitmovin’s video infrastructur... (more…)
Read more »
Learn about the inline styling concept in React, and why you shouldn't be using this if you're planning to have a scalable and productive application. (more…)
Read more »
Hello everyone! Today, I'll be introducing you to Progressive Web Apps; how to build one with React and how to deploy them on Github Pages. I'll also be showing you how to fetch/post data from an API and implement React Router to navigate between pag... (more…)
Read more »