Skip to content

Commit 00ee34a

Browse files
committed
initial setup
1 parent bce8ebc commit 00ee34a

File tree

6 files changed

+83
-29
lines changed

6 files changed

+83
-29
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
type: guest
3+
cover: 'https://media.codingcat.dev/image/upload/v1682988657/main-codingcatdev-photo/podcast-guest/ajcwebdev'
4+
name: Anthony Campolo
5+
published: published
6+
slug: anthony-campolo
7+
start: January 1, 2000
8+
picks: https://www.notion.so/Bo-Burnham-The-Inside-Outtakes-cac7d53f969a424d92a97a11f0f0fa59
9+
socials:
10+
github: 'https://github.com/ajcwebdev'
11+
twitter: 'https://twitter.com/ajcwebdev'
12+
websites:
13+
- https://ajcwebdev.com/
14+
---
15+
16+
### Profile
17+
18+
Web developer, writer, speaker, and advocate.
Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,46 @@
11
---
22
type: course
33
authors:
4-
- alex-patterson
4+
- anthony-campolo
55
cloudinary_convert: false
6+
cover: https://media.codingcat.dev/image/upload/v1684518966/main-codingcatdev-photo/courses/solidjs-intro/SolidJSCourse.png
7+
excerpt: 'In this course, you will learn everything you need to know to build user interfaces with SolidJS.'
68
published: draft
79
slug: intro-to-solid-js
8-
start: December 20, 2022 11:15 AM
10+
section: Intro
11+
start: May 19, 2023 11:15 AM
912
title: Intro to SolidJS
10-
updated: October 26, 2022 11:15 AM
11-
---
13+
updated:
14+
weight: 1
15+
---
16+
17+
SolidJS is a modern JavaScript library for building user interfaces. It is designed to be efficient, flexible, and easy to use. SolidJS is based on the idea of reactive state, which means that components are only updated when their state changes. This makes SolidJS very performant, even for large applications.
18+
19+
SolidJS is also very flexible. It supports a wide range of features, including custom hooks, server-side rendering, and Suspense. This makes SolidJS a great choice for building a wide variety of web applications.
20+
21+
SolidJS is easy to learn. It has a simple API that is similar to React. If you are already familiar with React, you will be able to pick up SolidJS quickly.
22+
23+
In this course, you will learn everything you need to know to build user interfaces with SolidJS. You will learn about the basics of SolidJS, including its syntax, state management, and routing. You will also learn about more advanced topics, such as custom hooks, server-side rendering, and Suspense.
24+
25+
By the end of this course, you will be able to build high-performance, flexible, and easy-to-use user interfaces with SolidJS.
26+
27+
**What you will learn:**
28+
29+
- The basics of SolidJS
30+
- State management
31+
- Routing
32+
- Custom hooks
33+
- Server-side rendering
34+
- Suspense
35+
36+
**Who is this course for?**
37+
38+
This course is for web developers who want to learn how to build user interfaces with SolidJS. If you are already familiar with React, you will be able to pick up SolidJS quickly.
39+
40+
**What you will need:**
41+
42+
- A basic understanding of JavaScript
43+
- A text editor or IDE (preferably VSCode)
44+
- A Node.js environment
45+
46+
**Go Pro and start learning SolidJS today!**

apps/codingcatdev/src/routes/(content-single)/course/intro-to-solid-js/lesson/01-intro/+page.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

apps/codingcatdev/src/routes/(content-single)/course/intro-to-solid-js/lesson/02-locked/+page.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
type: lesson
3+
authors:
4+
- alex-patterson
5+
cloudinary_convert: false
6+
cover: https://media.codingcat.dev/image/upload/v1684519320/main-codingcatdev-photo/courses/solidjs-intro/basics.png
7+
locked: locked
8+
published: draft
9+
section: Basics
10+
slug: basics
11+
title: SolidJS Basics
12+
weight: 2
13+
---
14+
15+
This is the Intro lesson
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
type: lesson
3+
authors:
4+
- anthony-campolo
5+
cloudinary_convert: false
6+
cover: https://media.codingcat.dev/image/upload/v1684519320/main-codingcatdev-photo/courses/solidjs-intro/fundamentals.png
7+
published: draft
8+
section: Getting Started
9+
title: Fundamentals
10+
weight: 1
11+
---

0 commit comments

Comments
 (0)