— Oct 2, 2024A modern useHash hook21-lines of typescript, dependency-free using the modern react hooks api useSyncExternalStore
— Jul 22, 2023How to Fix "DynamicServerError: Dynamic server usage: headers at staticGenerationBailout" in Next.js's app directoryThis error is thrown when you try to use the headers or cookies function from next/headers in a page that is statically generated. How to fix it ?
— Jul 9, 2023A pattern for chaining nextjs middlewaresNextjs middleware are powerful, but a 1000 line middleware ain't fun to read.
— Apr 21, 2021A stupid reason why cy.intercept() doesn't work when you reload Cypress testsThis drove me crazy for a few hours, but it turned out to be logic after all.
— Apr 21, 2021Simulate slow responses with Cypress using cy.intercept()A simple way to debug a flaky test
— Jun 14, 2020How to create an electron-forge project with React, TS and HMRBecause no starter exists for that.
— Jun 14, 2020How to change electron forge's renderer portI just started using electron-forge and I stumbled across a problem...
— Jun 10, 2020A hack to get react websites source codeHave you ever heard about source maps ? They are the files that link minified...
— May 20, 2020How to avoid and debug most of timezone problems in productionHave you ever been struggling to reproduce a weird bug happening only on...
— Aug 7, 2017How to put ion-icon in ion-optiontl;dr: there is no way to do it but you can use unicode
— Jun 7, 2017Ionic headache #3: building ionic for the webdisclaimer: this post is kinda ironic again.