Skip to content

cerkeira/react_svelte_solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React, Svelte and Solid: The differences and advantages

This repository serves as auxiliary content to the article "React, Svelte and Solid: The differences and advantages".

In this project, a chat window was developed using the three frameworks in order to discover some of the differences between them.

How to use:

React:

Access folder:

cd react_chat

Install dependencies:

npm install

Start local test server:

npm start

Svelte:

Access folder:

cd sveltekit_chat

Install dependencies:

npm install

Start local test server:

npm run dev

Svelte:

Access folder:

cd solid_chat

Install dependencies:

npm install

Start local test server:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published