//News
Les dernières actualités...
-
15 nov 09:00
2020-11-15State Manag. Tools Comparison
If you are still not decided which state management library choose for your project, take a few minutes to read the comparison of two mainly used ones : MobX, Redux (together with an example of integration in React): Github - State Management Tools Comparison
-
31 oct 12:00
2020-10-31Docker Symfony 5 starter kit
Test development stack includes Symfony 5/Webpack Encore, MySQL, Apache and PHP built with Docker containers using docker-compose tool. Github - Docker Symfony 5 starter kit
-
18 oct 11:00
2020-10-18Project - SF5 React Jest Enzyme
This simple project starter shows how to wire up Symfony 5 with React and how to test the front part of the app with Jest & Enzyme. Github - Project Starter with Symfony 5, React, Jest + Enzyme
-
14 sept 11:00
2020-09-14Introduction to Docker
Quick introduction to Docker, its main features and commands grouped by sections:
- 1. Overview
- - Docker Desktop
- - First Command
- - Commands
- 2. Docker Objects
- - Images
- - Containers
- - Networks
- - Volumes
- 3. Docker compose
- 4. Symfony & React meet Docker
- 5. CI/CD pipeline with Docker