3 Insights From Building Superblocks Layouts
- Eric Anderson tl;dr: Most low-code app builders rely on rigid grids, leading to simple web apps that lack the flexibility and polish users expect from modern sites. At Superblocks, we wanted to raise the bar by enabling dynamic, flexible layouts without requiring users to dive into CSS or JavaScript. Achieving this meant reworking one of our core features from the ground up, which was no small task. Along the way, we learned a lot about striking the right balance between pushing bold new ideas forward and keeping the end experience familiar to our users.featured in #562
featured in #408
6 CSS Snippets Every Front-End Developer Should Know In 2023
- Adam Argyle tl;dr: (1) A container query. (2) Scroll snap. (3) Grid pile (4) Quick circle. (5) Control variants with @layer. (6) Memorize less and reach more with logical properties.featured in #405
featured in #392
featured in #379
featured in #368
featured in #363
featured in #334
featured in #309
Yes, I Can Connect To A DB In CSS
- Lee Meichin tl;dr: “As the name might suggest, this is how you connect to a database using CSS. It only works in Chrome, unfortunately, but you can provide any SQLite database you like and query it via CSS.”featured in #289