Skip to Content
Sign in
Susomejias

Susomejias

30 posts

Previous Posts
Media queries & custom props on Styled Components | React | TS

Media queries & custom props on Styled Components | React | TS

How to use media queries and custom props inside our Styled Components in React with Typescript.

text-transform property | CSS3

text-transform property | CSS3

This property will allow us to capitalize, upper case and lower case any text using CSS.

Avoiding IF nesting

Avoiding IF nesting

Tip to improve the readability of our code. We will achieve this by using guard clauses which will help us avoid this IF nesting.

Customizing styles for ordered list | HTML + CSS

Customizing styles for ordered list | HTML + CSS

Learn how to add styles to an ordered list in HTML5 using CSS3.

Translations for React using i18n hook

Translations for React using i18n hook

How to add translations to a project built with React.