Skip to content

zoljs/framework-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework Playground

This repository serves as a sandbox where I explore and compare different frontend frameworks by building the exact same application in each of them.

The application I'm building is a Productivity Hub (a task management app), which provides a good baseline to test state management, component composition and reactivity across different technologies.

Implemented Frameworks

Currently, the playground contains implementations in the following frameworks:

  • SvelteKit: The Svelte/SvelteKit implementation.
  • SolidJS: The SolidStart / SolidJS implementation.

Motivation

I love learning new technologies and frameworks. By building the same app multiple times, I can better evaluate:

  • Developer experience (DX).
  • Ecosystem maturity and ease of use.

Getting Started

Each directory contains a complete, independent project. To run a specific implementation, navigate into its directory and follow the standard instructions for that framework (usually bun install followed by bun run dev).

Note: I prefer using bun as my package manager.

About

A repository focusing on learning new frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors