Our great sponsors
-
Was it actually doing anything? I cherrypicked a few HTML pages and don't see it in the history at all https://github.com/thstsa/spacetourism/commits/main/pricing.html
-
styled-components
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
I'm not being facetious, nor am I encouraging the use of ID selectors. Heck, I rarely use them myself - most of the CSS I've written lately has been with styled-components, which generates class selectors. I'm simply explaining that a descendant selector that comprises an ID selector and a type selector is valid and giving you a simple example.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Related posts
- Need some help
- How To Use The Next.js Link Component (with Examples)
- I created a vite plugin that allows imports of scoped css/scss in react. The plugin is built using the vue "engine" and will feel very similar to styling with vue or angular!
- Day 24: Making autocomplete search accessible for React apps with Downshift
- How To Use Styled-Components In React