Quelle technologie adopter pour développer un site de vente en ligne?

Nous envisageons de créer un site pour notre pâtisserie en codant nous-mêmes. Est-ce que HTML, CSS, JavaScript avec PHP/MySQL suffisent ou vaut-il mieux utiliser NodeJS et React ?

hey, jsut my 2 ct, php/mysql works fine for a simple site. if u need more dynamik interacs, then u can try nodejs/react, but it adds more complexity. depends on your skill level and envirnoment.

In my view, while a combination of HTML, CSS, and PHP/MySQL is sufficient for a basic e-commerce website, opting for NodeJS and React can provide enhanced interactivity and smoother user experiences, particularly as your site grows. I have worked on projects using both stacks, and I found that modern JavaScript frameworks tend to simplify the management of dynamic content. However, they also come with a steeper learning curve and increased development overhead. Weighing your current expertise against future scalability needs can help you make the most appropriate choice.