How to integrate the Next.js Font with Storybook in React 19.The Next.js 15 font module creates for us CSS variables, which we usually apply to the main layout, where we render the html and body tags.Feb 21Feb 21
Using a mutation rewrite as a better property default in the EdgeDBLet’s imagine a model, where we can reserve a room for a couple of days. Its EdgeDB schema could look like this:Jan 29Jan 29
On the usefulness of the argument binding in the React Server ActionsWith Next.js, a server action supports the bind function method which enables us to partially apply the action’s arguments.Jan 21Jan 21
How to type the ref prop in TypeScript ReactNow that in React 19 the ref is a regular prop and no longer needs to be forwarded, we need to include it in the component props type.Dec 26, 20241Dec 26, 20241
How to share the next/font variable with TypeScriptThe other day I’ve noticed some --font-sans CSS variable being used in my tailwind config:Mar 1, 2024Mar 1, 2024
Ouroboros type in TypeScriptLet’s define a function eatsOwnTail, input of which will depend on & will be a transformation of its output:Dec 6, 2023Dec 6, 2023
Modeling an empty type element in the EdgeDBLet’s say you want to categorize the products in your database. Each category will have a name and an icon:Nov 24, 2023Nov 24, 2023
Let’s create a Generic Select component in React & TypeScriptWith React we have a plethora of choices how to get a Select component. Likely our UI library contains one. If not, we usually install a…Jul 6, 2023Jul 6, 2023
Databases are about to change the way that React changed the webappsIn the next year we will celebrate the 10th anniversary of React. In the pre-react era, the dominant paradigm for UI development was the…Nov 15, 2022Nov 15, 2022
Published inableneo tech & transformationA tip for frontend apps: Develop components in isolationIt happens that some UI components of your frontend app are developed on the way as the feature is being implemented for the first time…Oct 27, 2020Oct 27, 2020