Remotion: Video with React!
A frame of the Remotion project written in this post - rendered using npx remotion still Hi there! It has been a while since I've made my last post, and now I will share about an interesting library I found called Remotion - a library promising to "Create real MP4 videos using React". Remotion is very simple to use. To begin learning, I'd recommend setting up and starting off with React (make sure to learn React JS , not React Native: there are two React types!). Setup Assuming you have NodeJS , you can open a terminal (I use PowerShell: it's better than Command Prompt) and type npm init video . Select a template (I use the JavaScript Hello World template) and project name, and wait until the command finishes (NOTE: It may ask to install the "create-video" package - just press enter to confirm the installation and proceed). Once done, open a code editor on the created folder (I use VS Code - a cross-platform lightweight code editor), making sure th...