Using clsx or classnames in React lately has become a trend with utility-first CSS frameworks like Tailwind CSS, where you have to write a lot of classes, and sometimes also with conditionals.
HTML Comment is not valid in JSX, and you learn that you have to use a JavaScript comment.
In this blog post I will show you 16 ways how to render something in Vue
For a long time I heard people complaining that React & ReactDOM has a huge size, and everyone recommended to use Preact instead.
Compiled code that uses tuples is far smaller than one using record.
So we all heard that JSX is a specific JavaScript syntax that is used by React to render components.
HTML Redirections are a way to make redirects using a meta tag in your HTML head when you don't have control over the server.
Alias for removing local branches that are gone on remote
Feel the power of bookmarklets and custom search engine of your browser...
Taking a look at v6 docs it seems that things changed a little bit, and we need to think a little bit different about it.
Everyone was happy when React Team announced the new stable Context API, and everyone ditched Redux. But that's not the point.
When you work on a project that has a repository that allows forks, and with time has more and more recurring contributors, your git remotes starts to add up...
A presentation about utility-first CSS, Tailwind CSS, and how to use it effectively in your projects.
A presentation about Git and its features.
A presentation about Open Source and the C4MD community.
A guide on how to configure MSW (Mock Service Worker) in an NX workspace for effective API mocking in development.
Rules to take into consideration when merging a pull request
A guide on how to use React.lazy without a default export
A guide on how to override the DOM input typed character
A guide on how to use function overloading in TypeScript
A guide on how to use typed fetch responses in TypeScript
A guide on how to create your own React.Fragment
A guide on how to nest and override the new React Context API