Feature Suggestions for Slack Clone

Feature Suggestions for Slack Clone

Ben Awad

7 лет назад

1,324 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@marcinmiler3983
@marcinmiler3983 - 20.11.2017 18:40

Docker please :D

Ответить
@johanvillamil2407
@johanvillamil2407 - 20.11.2017 20:16

custom emojis

Ответить
@francismiyoba
@francismiyoba - 20.11.2017 21:13

audio

Ответить
@aeiz
@aeiz - 20.11.2017 22:48

Group chat (multi-user private messages).

Ответить
@russpalermo
@russpalermo - 20.11.2017 22:53

Translate Bot...

Ответить
@russpalermo
@russpalermo - 20.11.2017 22:54

webhooks

Ответить
@russpalermo
@russpalermo - 20.11.2017 22:58

images / file drop & upload

Ответить
@willcalltickets
@willcalltickets - 21.11.2017 01:00

docker is such a can of worms - so many options. You could do a 40 video series on just that
I have enjoyed this video series so much - looking forward to the next. I really like how you approach

Ответить
@limitmaker3158
@limitmaker3158 - 21.11.2017 04:29

private group chat, threads, making it an electron app )

Ответить
@gijovarghese7548
@gijovarghese7548 - 21.11.2017 05:09

Redis pubusb implementation?

Ответить
@adavia6237
@adavia6237 - 21.11.2017 07:12

Probably some pagination over the messages would be great. Also it would be good to receive a pop up notification whenever someone direct message us.

Ответить
@Arvigeus
@Arvigeus - 21.11.2017 13:18

Maybe some testing, like Jest, etc?

Ответить
@stevereid636
@stevereid636 - 21.11.2017 13:32

Dataloader or Join monster please?

Ответить
@IhiItsMEMaRiO
@IhiItsMEMaRiO - 21.11.2017 18:39

images / file drop & upload
pls <3

Ответить
@devilmanscott
@devilmanscott - 21.11.2017 20:15

Ben, have you ever tried to use Node's ability to use other languages, I've been learning Rust, but I know Node also does C++/C, just wondering, it would make a good little project for this, people have already asked for image uploads and using a more low-level language with Node two birds one stone scenario, or we could use the latest web assembly which finally seems to be here, well, in a usable state at-least.

Ответить
@MishaShulha
@MishaShulha - 21.11.2017 22:28

image/avatar upload

Ответить
@LetterSignedBy51SpiesWasA-Coup
@LetterSignedBy51SpiesWasA-Coup - 22.11.2017 06:12

awesome series Ben. image/file upload vote. a react native frontend with push notifications while a big can of worms would also be cool

Ответить
@Chicloon1
@Chicloon1 - 24.11.2017 12:46

Great series! Would be good to track information about users online.

Ответить
@dennistennis5622
@dennistennis5622 - 26.11.2017 03:51

Hi Ben, have you ever implemented payment options like PayPal, visa, American express? I have found several components, but maybe you have some tips which you have used and good experience with?
Stripe integration is one feature I crossed. Ever used this?

Thanks!

Ответить
@Waruto
@Waruto - 27.11.2017 02:52

Thank you Ben for these videos.

Ответить
@harshitpant3067
@harshitpant3067 - 27.11.2017 06:37

Docker

Ответить
@jsc-x1b
@jsc-x1b - 27.11.2017 22:30

redis pubsub/bots

Ответить
@이준형-j7r
@이준형-j7r - 09.12.2017 12:28

definitely custom emojis, love you and your videos. Thanks!

Ответить
@penthious1
@penthious1 - 29.04.2018 08:21

I think I might have got a fix for the connect params:

Inside of Login.js

import {wsLink} from '../apollo'; // You need to export the new WebSocketLink({}) from apollo.js

Inside the onSubmit after you set your tokens to localStorage add these lines

wsLink.subscriptionClient.client.close();
wsLink.subscriptionClient.connectionParams.token = token;
wsLink.subscriptionClient.connectionParams.refreshToken = refreshToken;
wsLink.subscriptionClient.connect();

It works on my end can you check if this works on your end as well that way everyone here has a fix?

Ответить
@andresmontoya7852
@andresmontoya7852 - 14.07.2018 00:38

Hi Ben, all the features are the next videos?

Ответить
@Sport-word
@Sport-word - 30.11.2018 15:26

can you make a tutorial how to make an uber app using react native ?
or do you have any chanel that has the tutorial ?

Ответить
@bantinggamer4962
@bantinggamer4962 - 20.03.2020 12:48

ahhh wish i did this tutorial in the making :P luckily almost everything i need seems to be in then playlist :P
i was just wondering how to do a private message saying whether the user is typing or not... will have to figure that on out myself i guess...
thanks ben!

Ответить