
Corentin Girard
Self-taught and then in an engineering school, I love (too much) best pratices. mainLanguages == ["C#", "TS", "JS"]
We're a place where coders share, stay up-to-date and grow their careers.
Self-taught and then in an engineering school, I love (too much) best pratices. mainLanguages == ["C#", "TS", "JS"]
Recent comments
Stop using Array.map() everywhere 🥵
Note that you can use functions like Promise.all() with map()...
Stop using Array.map() everywhere 🥵
You missed the point of the article I think. The whole point ...
NodeJs CURD Operation
You have a typo in the title 😊
Get information and preview of your site meta tags
If it had been open source I would have done a PR :)
Get information and preview of your site meta tags
Very nice! Maybe you could add Discord cards too
Create an Image Magnifier with React
This line is beautiful: const [[x, y], setXY] = useState([...
Why I stopped using Redux and Used Recoil Instead
You are not importing useRecoilState() in the first snippet y...
React Clean Code - Simple ways to write better and cleaner code
Yeah but all the gotchas the article is speaking about are mi...