๐Ÿค– Coding News โšก๏ธ
27.2K subscribers
2 photos
1 video
807 links
High quality articles, videos, and tutorials about programming ๐Ÿ’ป

HTML, CSS, Sass, JavaScript, TypeScript, React, Angular, Electron, Node, Vue, GraphQL and other topics ๐Ÿ’ฅ

@CodingChat talk with other engineers
@CodingNewsFeedbackBot advertisement
ๅŠ ๅ…ฅ้ข‘้“
โ€‹โ€‹Users love fast web apps. They expect the page to load fast and to function smoothly. If there are breaking animations or lags when scrolling, there is a high chance of users leaving your website. As a developer, you could do many things to improve the user experience. This article will focus on 4 CSS tips you can use to improve the page rendering speed.

โฑ 6 minutes read

#CSS
โ€‹โ€‹Over the years, CSS has seen a number of new properties added to it such as Flexbox and Grid.

Despite the immense popularity and rising complexities of creating web apps, there are still a number of CSS properties and tricks that most developers donโ€™t know.

Below are 6 CSS properties that you probably never heard of...

โฑ 6 minutes read

#CSS
โ€‹โ€‹Using CSS frameworks like Bootstrap, Materialize CSS has become a common practice among frontend developers.
But have you ever thought of the impact these frameworks make on your applicationโ€™s performance?

โฑ 5 minutes read

#CSS
โ€‹โ€‹Recruiters be like:

We're looking for someone who can connect to the database using CSS.

โฑ 5 minutes read

#CSS
โ€‹โ€‹Modern CSS layout allows developers to write meaningful and powerful style rules with just a few keystrokes. The above discussion and the following post examine 10 powerful CSS layouts that do some extraordinary work.

โฑ๏ธ 10 minutes read

#CSS
โ€‹โ€‹If you messed around with CSS for long enough, chances are you've tried at least once to make a transition from height: 0 to auto... only to find out that it doesn't work!

โฑ๏ธ 4 minutes read

#CSS