spacebarchat / client

Open source, themeable and extendable discord-compatible native Spacebar client
GNU Affero General Public License v3.0
471 stars 90 forks source link

Base Structure #38

Open SamuelScheit opened 3 years ago

SamuelScheit commented 3 years ago

Progress Report

I've successfully set up the react-native project with web, ios, android, mac, windows platform support. I also have set up redux-lib. Currently I'm doing styled-components with theme support

SamuelScheit commented 3 years ago

Progress Report

I've ditched react native as it would be very hard to provide good plugin support on all platforms and its very buggy. I've setup react with lazy loading + react router + redux and signup + login page I'm currently doing a fetch utility

SamuelScheit commented 3 years ago

Progress Report

Currently setting up redux-orm, after that the base will be done