Skip to main content
Skip to footer
Search
Connect
Watch fullscreen
Like
Bookmark
Share
Add to Playlist
Report
Vue.js & Django Social Scheduler: Post Preview in Vuetify
InterTuts
Follow
8/26/2024
A social posting tool should include a post preview feature to help users visualize their content on different platforms. I'm developing such a tool for my portfolio, and while the preview is currently limited, it serves as a valuable base.
Category
🦄
Creativity
Transcript
Display full video transcript
00:00
A social posting tool should include a post-preview feature to help users visualize their content
00:11
on different platforms.
00:14
I am developing such a tool for my portfolio, and while the preview is currently limited,
00:24
it serves as a valuable foundation.
00:30
Let's see how it works.
00:54
Let's see now the code.
01:06
This is my text area, and this is the directive which binds this reactive object, and it's
01:24
a property.
01:31
I have a reactive object for my post, and it has two fields, image and text.
01:42
When I input something in my text area, this field is automatically updated, and if this
01:53
field is updated, I have the preview here, and the text is displayed in real-time.
02:15
Next, I have even a file input here.
02:30
It uploads the image when an image is selected.
02:42
If the image is uploaded successfully, I'm using this code to update the post image field,
03:02
and the image is updated even in the preview.
03:14
If it exists, it is displayed.
03:23
If the user clicks on the clear button for image, the post image field is emptied.
Vuetify
3:42
|
Up next
Vue.js & Django Social Scheduler: Post Preview in Vuetify
InterTuts
8/26/2024
1:52
How to upload files using Vuetify's File input component
InterTuts
8/26/2024
4:00
How to disable the past hours in Vuetify's Time Picker
InterTuts
8/23/2024
1:52
How to use the Vuetify's Time Picker in Vue.js 3
InterTuts
8/23/2024
2:20
How to use the Vuetify's Date Picker in Vue.js 3
InterTuts
8/23/2024
1:47
How to use the Vuetify's file input(a real example)
InterTuts
8/22/2024
3:14
How to create a modal/dialog in Vuetify
InterTuts
8/22/2024
2:47
How to set up global configuration for Vuetify's components
InterTuts
8/21/2024
2:11
How to use the Vuetify's vertical tabs(a practical example)
InterTuts
8/21/2024
1:53
How to use the Vuetify's menu popover(a practical example)
InterTuts
8/21/2024
2:53
How to create a custom checkbox with HTML elements in Vuetify
InterTuts
8/21/2024
2:37
How to use cards in Vuetify
InterTuts
8/20/2024
4:53
How to load an image in Vuetify
InterTuts
8/20/2024
6:39
How to create a responsive layout in Vuetify
InterTuts
8/19/2024
3:21
How to test Vuetify forms inputs with Vitest
InterTuts
7/14/2024
Recommended
2:28
Pagination in React & Next JS
InterTuts
12/20/2024
1:47
React & Node.js Social Chat: unsubscribe Facebook Pages from application's webhook
InterTuts
12/18/2024
1:22
How to use notifications alerts in React & Next JS
InterTuts
12/18/2024
3:30
React & Node.js Social Chat: how to connect Facebook Pages to receive direct messages
InterTuts
12/18/2024
1:56
How to convert a string to MongoDB ObjectId in Node.js
InterTuts
12/17/2024
2:05
How to bulk insert or update data in MongoDb with Mongoose
InterTuts
12/16/2024
1:41
How to retrieve URL's query parameters in Next.js(CSR)
InterTuts
12/15/2024
3:27
How to handle dynamic route parameters in Express.js
InterTuts
12/14/2024
1:42
How to retrieve and pass dynamic route segment between components in Next.js & React
InterTuts
12/14/2024
2:00
How to create vertical tabs in Chakra UI
InterTuts
12/14/2024
1:53
How to create a modal in Chakra UI & React
InterTuts
12/13/2024
0:49
React & Node.js Social Chat: Introduction
InterTuts
12/11/2024
3:02
How to use recipes in Chakra UI & Next.JS
InterTuts
12/11/2024
1:33
How to setup global fonts in Chakra UI & Next.JS
InterTuts
12/10/2024
2:30
How to setup global colors in Chakra UI & Next.JS
InterTuts
12/10/2024
1:54
Serializing big strings impacts deserialization performance (consider using Buffer instead and decode when needed)
InterTuts
12/9/2024
1:46
Angular & ASP.NET Core Web API Authentication: how is working registration and sign in using Google API
InterTuts
12/7/2024
4:30
Angular & ASP.NET Core Web API Authentication: how is working registration
InterTuts
12/7/2024
5:10
Angular & ASP.NET Core Web API Authentication: how is working the password reset
InterTuts
12/7/2024
2:44
Angular & ASP.NET Core Web API Authentication: how is working remember me login
InterTuts
12/7/2024
4:37
Angular & ASP.NET Core Web API Authentication: how is working login
InterTuts
12/7/2024
4:48
How to validate an email address in ASP.NET Core Web API using a custom attribute
InterTuts
11/30/2024
3:29
How to reset a reactive form in Angular 19
InterTuts
11/29/2024
3:54
How to validate Angular Material reactive form in Angular 19
InterTuts
11/27/2024
2:12
How to test .http files with REST Client
InterTuts
11/25/2024