A set of possible solutions of some quests of coding interviews with usage of Effector and different UI frameworks.
Before start, you have to install dependencies with
pnpm install
Create a simple UI that shows messages from a socket, scroll to the last message, has a disabling of rich colors, and allows sending messages.
- React-version:
pnpm simple-chat:react
- Solid-version:
pnpm simple-chat:solid
- Forest-version:
pnpm simple-chat:forest