[SOLVED] Is it possible to make a react JS typo3 project?

Hello !

I’m a junior developper and i was wondering if it is possible to do a typo3 x react JS project ?
If yes but useless please explain to me :slight_smile:
Thanks

Definitely, you can do that. TYPO3 provides several possibilities to interact with, or provide API endpoints. Your frontend can be decoupled as much as you like.

Of course the question is always, what your goals are and what you try to solve. The old saying “If all you have is a hammer, every problem looks like a nail” is meant to advise you to pick the right tool for the right job.

TYPO3 shines at managing structured content and data, and provide great frameworks for interacting with content and data, and provide an editing GUI that can handle both content and “data records” and deliver a playground for your project.

If for example you want to manage all your data in TYPO3 and use React on the frontend to evaluate/assemble these records, that can work out well.

1 Like

A Google search for “typo3 and react” returns a number of hits that may be of interest: https://www.google.com/search?q=typo3+and+react

1 Like