Комментарии:
Docker please :D
Ответитьcustom emojis
Ответитьaudio
ОтветитьGroup chat (multi-user private messages).
ОтветитьTranslate Bot...
Ответитьwebhooks
Ответитьimages / file drop & upload
Ответить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
private group chat, threads, making it an electron app )
ОтветитьRedis pubusb implementation?
Ответить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.
ОтветитьMaybe some testing, like Jest, etc?
ОтветитьDataloader or Join monster please?
Ответитьimages / file drop & upload
pls <3
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.
Ответитьimage/avatar upload
Ответитьawesome series Ben. image/file upload vote. a react native frontend with push notifications while a big can of worms would also be cool
ОтветитьGreat series! Would be good to track information about users online.
Ответить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!
Thank you Ben for these videos.
ОтветитьDocker
Ответитьredis pubsub/bots
Ответитьdefinitely custom emojis, love you and your videos. Thanks!
Ответить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?
Hi Ben, all the features are the next videos?
Ответитьcan you make a tutorial how to make an uber app using react native ?
or do you have any chanel that has the tutorial ?
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!