Simple and beautiful bluesky client for web and smartphone.
you only try follow.
yarn
yarn dev
Now we use vercel to deploy. (hosting service for SPA)
- only to use react and material-UI.
- we use (react new feature) at all of api call.
- response data managed by zustand.
- we use typescript and reference types of atproto lexicons.
- pages -> call by react-router-dom.
- stores -> zustand state management.
- templates -> layout component and skeletons UI in loading.
- components -> UI components by using MUI.
- hooks -> separated localize data manage, and logic from components.