Udemy

Solid JS & Firebase - Complete Guide to X(Twitter) Clone

Enroll Now
  • 790 Students
  • Updated 1/2025
4.5
(61 Ratings)
CTgoodjobs selects quality courses to enhance professionals' competitiveness. By purchasing courses through links on our site, we may receive an affiliate commission.

Course Information

Registration period
Year-round Recruitment
Course Level
Study Mode
Duration
7 Hour(s) 0 Minute(s)
Language
English
Taught by
Eincode by Filip Jerga, Filip Jerga
Rating
4.5
(61 Ratings)
2 views

Course Overview

Solid JS & Firebase - Complete Guide to X(Twitter) Clone

Build a Twitter-like app with Solid JS and Typescript. Unleash Solid JS reactivity. Use Firebase as the data store.

Is this course right for you?

This course covers creating a Twitter-like application with Solid JS and minimal 3rd party dependencies. Almost every feature is made from scratch without any dependency package. This covers - Form Validation, Pagination, Modal, Popups, Snackbar, and more.

The course covers the explanation of Solid JS library API by working on an actual project. This course will give you the confidence and skills required to start any project.

Students should have basic javascript knowledge to start working on this course.

What is Solid JS?

Solid JS is a reactive UI library inspired by React JS. It utilizes Component-like architecture, reactive data binding, and JSX.

Every Component executes once, and the Hooks and bindings execute many times as their dependencies update.

Solid follows the same philosophy as React with unidirectional data flow, read/write segregation, and immutable interfaces. It, however, has an entirely different implementation that forgoes using a Virtual DOM.

What is Typescript?

TypeScript is an open-source language that builds on JavaScript, one of the world's most used tools, by adding static type definitions.

What are you going to work on?

Students will build a Twitter-like app from scratch - the HTML layout part is not part of the course (This will be provided in the course materials to save time and focus purely on Solid JS). The focus of this course is coding and not writing HTML content.

You will learn how to use Typescript language - a superset of Javascript providing additional features and a static type checker.

The course starts with the preparation of the base layout of the application. All designs - images, and content are provided by the instructor.

Content can be briefly summarized in these points:

  • Layout preparation - A few lectures to prepare the HTML for your application. Separation of layout into the Solid JS components.

  • Solid JS Router - This part explains how to create a "multi-page" application. Students will learn how to create a routing with different routing strategies and navigation to the routes. Covers the creation of Profile, Login, and Register pages.

  • Signals & Reactivity - Explains how to create and manage reactive data with createSignal and stores.

  • Lifecycle function - How to use onMount and onCleanup

  • Auth Forms - Students will learn how to create a reactive form and bind the data to form inputs.

  • Custom Form Validation - Covers creating a custom input/form validation and error handling from scratch.

  • Firebase/Firestore - Initialization of Firebase application (data storage)

  • Hook Functions - Important part of the projects. Allows the feature-related code to be separated into its context.

  • Authentication - This part covers creating a login, register, and logout functionality. Students will learn how to authenticate a user upon the application visit.

  • Provider and Context - This creates a provider component, which can hold the data on the root level and provide them to underlying components.

  • Snackbars - App-wise functionality created with Provider to display any message as a toast popup.

  • Glide Creation - Covers how to create a new glide and display it on the main page. From this point on, students will often work with Firebase/Firestore.

  • Follow Functionality - Follow functionality allows users to subscribe to other users.

  • Display Glides from Following - Subscription (Following) to other users will allow seeing the Glides (messages) they post.

  • Paginate Glides - It would be inefficient to fetch/display all of the glides on the initial load. Students will learn how to implement their lazy loaded pagination when data are loaded as the users browse the application.

  • Create Sub-Glides - It's essential to have a way to respond to glides. This feature enables a user to create subglides, which is an answer to the glide.

  • Modal Messenger - Students will learn how to create a modal component from scratch. This will be used to display a messenger component on any page.

  • Deployment to Vercel - Finally, the application will be live hosted on Vercel. Anybody on the internet will be able to visit your application.

  • Persistence - This section explains how to store data on the application level and persist them for later use.

While working on the features above, the students will learn and understand Solid JS features. They will know how to architecture applications and will be able to create their applications with Solid JS.

Course Content

  • 10 section(s)
  • 217 lecture(s)
  • Section 1 Introduction
  • Section 2 Init Project
  • Section 3 Components & Modularity
  • Section 4 Reactivity
  • Section 5 Routing
  • Section 6 Popup
  • Section 7 Create Root
  • Section 8 Context and Provider
  • Section 9 Register Form
  • Section 10 Validation

What You’ll Learn

  • Learn to program with Solid JS and create amazing Web Apps
  • Get an understanding of how to create a Twitter clone app explained practically
  • Write type-safe code with Typescript
  • Use Firebase services - Firestore storage, Authentication
  • Establish yourself in the field of the Web Development

Reviews

  • D
    Dominic Myers
    5.0

    Excellent course!

  • O
    Oliver Faro
    3.0

    Can't wait to acutally do some coding. It's all the same with udemy courses, explaining everything for beginners (even how to indent stuff). Why aren't courses structured like: If you are already familiar with react/ or whatever, skip until section 3 (!) and download this from github (!) which contains the already setup component structure. Every course tells one can skip but leaves them with searching where to start. And for this course: why is he setting up all in one large file and then copy&paste it into smaller components. Working with his diff's becomes super confusing over time. A beginner might even think this is the way to do it: all in one file first and then split up. It would come more naturally to do it the right way from the start. Let's add a layout, let's add a sidbar and so on.

  • A
    Anonymized User
    4.0

    Good explanations of SolidJS and give a base project and approach for future projects, however a bit too much copy pasting of html. Maybe a smaller project with a from scratch approach would have been better. But a good course overall.

  • Y
    Yevhenii Stuzhuk
    5.0

    Thanks a lot for the course! I found a lot of useful things in it. The first and most important thing is the practice of solid js and typescript. It was also interesting to learn about the architecture of such applications, firebase practices, and concepts such as persistence. Is this course going to be updated? Maybe someday we will add the functionality of deleting messages, likes...) Once again, thank you very much, teacher, all the best!

Start FollowingSee all

We use cookies to enhance your experience on our website. Please read and confirm your agreement to our Privacy Policy and Terms and Conditions before continue to browse our website.

Read and Agreed