How To Develop A CRUD App with Symfony 6 & React
In this post, you will learn how to create modern and secure applications with two mainstream technologies: React and Symfony. Contemporarily, modern web applications built with PHP framework like Symfony now require implementation of a huge amount of logic on the frontend in order to create a rich web experience for users. React will be used to power the frontend logic of this application while Symfony will be used to build the backend API. You will also learn how to create APIs within Symfony application and integrate it with an API created on Auth0.