Posts

Showing posts from May, 2023

Blog Post 2: Diving Deeper into ReactJS - Bridging Theory with Practice

Image
Estimated Reading Time: 20-25 minutes. Hello there, fellow coders! Welcome back to my ReactJS journey. If you haven't read my first blog post yet, where we explored of ReactJS, feel free to check it out here: Discovering ReactJS . If you are unfamiliar with React or JavaScript, I recommend brushing up on ES6 syntax, especially topics like let and const, arrow functions, and imports and exports. First and foremost, thank you for your feedback on my first blog post. I appreciate it, and it fuels me to create more valuable content for you! In this second installment, we will delve deeper into the heart of ReactJS. Let's learn some new features in React and make a practical demonstration. Here's what you can expect from today's blog: An introduction to JSX Choosing Sides: Functional vs. Class Component...

Blog Post 1: Disconvering ReactJS: Building Your First Application

Image
A Beginner's Guide to ReactJS Estimated Reading Time: 10-12 minutes. Author: Tam Nguyen Welcome to a beginner's guide to ReactJS. This blog post is primarily targeted at 4th-semester students enrolled in the Software Development diploma program at Southern Alberta Institute of Technology (SAIT). However, everyone interested in learning ReactJS is welcome. I've endeavored to provide a comprehensive introduction to ReactJS, but it's important to note that React is a vast subject that cannot be covered exhaustively in a single blog post. In this post, we'll focus on the following six key topics: A general understanding of ReactJS The popularity of Reac...