Effortless i18n translations in next.js and VSCodeDid you know there is an amazing i18n extension for VSCode that addresses every pain points from translating your codebase ? I did not and…Jun 5Jun 5
shadcn/ui add components and resourcesshadcn/ui has become very popular due to its ease of use, clean ui and code.Feb 208Feb 208
Recreating the experience of the staged Gemini demo, but for real — using GPT4 Vision and WhisperWhen I saw the gemini demo video, I found it jaw-dropping. I mean, wow, real time video conversation with an AI, that’s insane !Dec 15, 20231Dec 15, 20231
Experimental useOptimistic React hook and Next.js server actionsDid you know there is a useOptimistic #reactjs hook ?Oct 2, 2023Oct 2, 2023
Overmind, the state management library you don’t know (yet) (but should)There are hundreds and hundreds of state management libraries around there. Every day on echojs, you can spot a new one.Apr 1, 2022Apr 1, 2022
The most unknown redux performance trickRegarding optimizing redux, there are some well known techniques: memoizing, using reselect for example.Nov 24, 20178Nov 24, 20178
From Webpack to JSPM (0.17)JSPM is not as mature as webpack, and its ecosystem is not as rich. But it has some cool features, such as being able to load a module from…Dec 22, 2016Dec 22, 2016
Using CSS variables with styled componentsEdit: I published react-css-variables, which makes defining CSS variables easy using a React component.Dec 22, 20164Dec 22, 20164
From PSD to front end code, cheap tips and tricksA great article popped up recently, To Designers With Love (A Letter From a Front-end Developer), explaining why it is important that…Dec 17, 2016Dec 17, 2016
React Redux wire: Redux without containersIn React/Redux, to connect a component to the state, a wrapper component, often called a container, wraps another component, often referred…Dec 8, 20163Dec 8, 20163