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.
Access folder:
cd react_chat
Install dependencies:
npm install
Start local test server:
npm start
Access folder:
cd sveltekit_chat
Install dependencies:
npm install
Start local test server:
npm run dev
Access folder:
cd solid_chat
Install dependencies:
npm install
Start local test server:
npm run dev