red-gold / react-social-network

Simple React Social Network
https://medium.com/@qolzam/create-social-network-by-react-js-fe60010a32e6
MIT License
488 stars 485 forks source link

Who's using React Social Network? #53

Open Qolzam opened 6 years ago

Qolzam commented 6 years ago

Drop a name and a link!

KaMeHb-UA commented 6 years ago

AllBooms

https://allbooms.com

ghost commented 6 years ago

no links yet, my team is testing this project

dimitardev commented 6 years ago

I am currently developing on top of this. I used to own a PHP based network but it failed and I was just wasting too much money on it for no reason.

Qolzam commented 6 years ago

Hello @kalmdev, happy to hear that you are interested in React Social. To avoid any other failure, please be sure you know it's only a base structure for free demo of social using ReactJs. You can implement your social network base on React Social Network and connect to your php code. React Social Network only give you the base idea to start building a social network.

There are so many features I can add like search, chat, mention, ... but I spent time mostly on structure for open source social network.

If you are going to use firebase NOT with free plan of firebase , be sure to move some functionality like notifications to firebase function event instead of using firestore library at the client side. You also need to use a search engine like Algolia which work really well with firebase to have a text full search and other features. There are so much more todo and if you are in trouble please let me know.

Thanks again!

steveg8879 commented 6 years ago

I'm trying to build a brand new app using this as a basis. I tried using the JS version of the project but ran into to many issues with deprecated files and dependencies. I'm going to try and leverage this project (even though I'm not particularly familiar with typescript). Regardless, fantastic job on this. Keep up the good work.

Sir-Ls commented 5 years ago

This project is awesome everything works, well except for during npm install, 'synk protect' seems to throw an error at the end. I can provide more information if you'd like. Otherwise this is a great starting point for an webapp idea that I have and I'm familiar with the environments used in creation. Thanks so much for making this!