Notes
-
CSS only list filtering
CSS only list filtering
Your server renders a huge list of items. Users are able to filter them out with "chips". You don't want to run the filtering on the server. You don't want to add JavaScript. What do you do?
- #web
- #css
-
Solving rich text editor toolbar
Solving rich text editor toolbar
Writing code is fun. It's even more fun if you find and solve something with it. Let's check an example of building a floating toolbar for rich text editor.
- #fxtrot
- #product
-
It is time to update the Dialog
It is time to update the Dialog
Dialog element has been around for quite a while, but only recently got a decent browser support, thanks to IE11 death and Safari updates. It is time to leverage the platform one more time.
- #web
- #react
-
Maximizing the benefits of Tailwind
Maximizing the benefits of Tailwind
There are many tools that win over the industry due to the right balance of the value they provide and the drawbacks same design choice bring. JavaScript is a good example of nailing the balance (proved by its popularity). And I believe TailwindCSS is another one.
- #web
- #react
- #tailwindcss