Skip to Content
Sign in
Susomejias

Susomejias

Córdoba

36 posts

Previous Posts
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.