TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14821 · Jun 11

#typescript#editor#gfm#javascript#markdown#markdown_editor#milkdown#prosemirror#remarkjs#rich_text_editor#typescript#wysiwyg#wysiwyg_editor Milkdown is a flexible, open-source editor that lets you write and edit Markdown in a simple, visual way, just like you see it in apps such as Typora. It is built using powerful tools like ProseMirror and Remark, and everything in Milkdown works as a plugin, so you can add or remove features easily. You can customize its look and feel to match your app, and it supports real-time collaboration for team editing. This means you get a reliable, easy-to-use editor that fits your needs and grows with your projects, making writing and sharing documents smoother and more efficient[1][2][4]. https://github.com/Milkdown/milkdown

Results

1 similar post found

Search: #praktika

当前筛选 #praktika清除筛选
Dasturlash hayoti️️ ️

@dasturlash_hayoti · Post #3838 · 06/17/2025, 10:05 AM

Axios bilan real API chaqirish — ODDIY MISOL BILAN! ❓ “Ma’lumotni boshqa sayt yoki serverdan qanday olib kelamiz?” degan savol bormi? Javob: Axios! STEP 1: Axios’ni o‘rnatamiz Terminalda yozing: npm install axios STEP 2: Real API chaqiramiz (masalan: foydalanuvchilar ro‘yxati) Bu API — jsonplaceholder.typicode.com saytiga tegishli va real ishda sinab ko‘rish uchun yaratilgan bepul servis. import axios from 'axios'; export default { data() { return { users: [] }; }, mounted() { axios.get('https://jsonplaceholder.typicode.com/users') .then(response => { this.users = response.data; }) .catch(error => { console.log("Xatolik:", error); }); } } STEP 3: Ma’lumotni sahifada chiqaramiz <ul> <li v-for="user in users" :key="user.id"> {{ user.name }} - {{ user.email }} </li> </ul> 📌 Natija: ✅ Sahifa ochilishi bilan API’dan foydalanuvchilar ro‘yxati olinadi ✅ Bu ma’lumotlar users array’iga joylanadi ✅ v-for yordamida ekranga chiqariladi 💡 Real hayotda bu qanday foyda beradi? – Mahsulotlar ro‘yxati olish – Ob-havo, yangiliklar, valyuta kurslari chiqarish – Login/ro‘yxatdan o‘tish so‘rovlari – Barcha dinamik ma’lumotlar API orqali ishlaydi! Foydali deb bilsangiz: 📌Saqlab qo‘ying 📤 Do‘stlaringizga ulashing 💬Izohda fikringizni yozing #vuejs#axios#api#frontend#json#dasturlash#webdev#praktika#ulashishga_arziydi 💻@dasturlash_hayoti — bir xatoni tuzatib, ikkinchisiga tayyorlanish! 😅