Year 202519 posts

4 min read

React - Forms & User Inputs

Consideration of forms and individual user inputs in React, including validation

Web Development · React
1 min read

React - Rendering of Components

I have learned various techniques and tools to improve React applications

Web Development · React
2 min read

React - Context API

I learned how to use context API to share state across different React components.

Web Development · React
2 min read

React - Use State vs. Refs

I learned what the difference between use State and useRef is

Web Development · React
1 min read

React - Styling of React Components

I have learned about the various ways to style React components.

Web Development · Styled Components · Tailwind · React
1 min read

React - Dynamic Content Display

I learned how parts of a React component can be conditionally rendered or how styling can be changed based on interactions.

Web Development · React

Year 20244 posts

2 min read

React - Props

I have learned how to pass data to a React component using Props.

Web Development · React
3 min read

React - Components and JSX

I learned that by creating React components, web applications become more maintainable and structured.

Web Development · React
3 min read

JavaScript Refresher

In the context of the Udemy course, I also refreshed and expanded my JavaScript knowledge, see the last blog post for more details.

Web Development · JavaScript
2 min read

What is React and for what is it used?

React is a "library" that simplifies the creation of user interfaces. In this article, I will show what I have learned about React.

Web Development · React · JavaScript · CSS