Skip to content
Logo Theodo

Articles from Clément Pasteau

Why it’s time to consider Azure to host your static application

Clément Pasteau3 min read

Azure-Static-App

The line between static & dynamic web applications is not what it used to be. With new frameworks like Gatsby or NextJS, the Jamstack is a strong option to get your application running in no time, whilst being able to…

Continue reading →

How to Implement an Antivirus API in 10 min

Clément Pasteau3 min read

I recently had to allow customers to upload files on a website, then send their content to an external API.We had a few requirements for the files to be valid and one of them was to ensure they were checked…

Continue reading →

How to write the perfect React component (a Theodo standard)

Clément Pasteau5 min read

What is the perfect React component?The component should have one purpose only, rendering The component should be small and easily understandable The component should rerender only if neededHow to create the perfect React component?Logic Functions Atomic Design Selectors and Reselectors Functions inside renderLogic FunctionsExport your…

Continue reading →