Skip to content

In this workshop we play around with SolidJS and create a simple kanban board

Notifications You must be signed in to change notification settings

tobiaskraus/workshop-solidjs-kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolidJS Workshop

We want to start a Kanban Board website with SolidJS and learn the UI library while doing.

Intro

As a good teaser I recommend watching the first 1:30 min of Jack Herrington: React vs SolidJS, Fight!.

What is SolidJS?

  • UI library similar to React
    • same language: JS/TS with JSX/TSX Syntax
    • similar component structure like React Function Routing (newer React)
    • similar component structure like React Function Data (newer React)
    • it allows Server Side Rendering (and is supposed to be really good in it)
  • different to React:
    • creates a faster application
    • Reactive & precompiled - no Virtual DOM (like Svelte)
      • every function component runs only once. Template reacts automatically to changes thanks to Observables
    • it's newer: (1.0.0): 2021-06-27 / (0.2.0): 2018-11-13
  • find out more: https://www.solidjs.com/

Clone this repo

git clone [email protected]:tobiaskraus/workshop-solidjs-kanban.git
cd workshop-solidjs-kanban

How to follow

I explained something too confusing or too fast?

You can jump straight to the "solution" of each chapter:

git checkout {chapter-name}

Let's start!

Want to dive deeper?

About

In this workshop we play around with SolidJS and create a simple kanban board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published