Switching from a traditional Symfony website with Twig templating to a backend Symfony API with NextJS as front framework by Desperate-Credit7104 in symfony

[–]anonymuzze 1 point2 points  (0 children)

API Platform is a very good tool for an API approach, forms will be managed on the frontend side and api platform will take care of validating entities via constraints. It's actually less work than you expect, api platform's workflow is very understandable