Blog

Using CSS files in web components

When building a microfrontend in React using tools like create-react-app, Webpack, or Vite you might expect plain CSS files and CSS modules to just work, but they don鈥檛 馃槺. Here is...
Vladimir Zotov's photo
Vladimir Zotov
2021-10-24 路 4 min

How to create an accessible React modal

A modal dialog is a window overlaid on top of the main application. It鈥檚 an inert window where the user can鈥檛 interact with the rest of the application. Creating a modal in React is...
Seif Ghezala's photo
Seif Ghezala
2019-04-01 路 7 min