TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14690 · May 9

#typescript#component_library#element_plus#element_ui#vue#vue_components#vuejs Element Plus is a UI library for Vue 3, built with TypeScript and the Composition API. It offers a variety of customizable components and a cool design language, making it easy for developers and designers to create user interfaces. The library is open-source and actively maintained, with tools like a migration tool to help transition from Element UI. This makes it a great choice for building modern web applications with a consistent look and feel. https://github.com/element-plus/element-plus

Results

1 similar post found

Search: #pygotham

当前筛选 #pygotham清除筛选
djangoproject

@djangoproject · Post #132 · 09/01/2016, 02:47 PM

https://bit.ly/coroutines At Open Source Bridge and #PyGotham in 2015, and at SCALE14x, I demonstrated that you can code a Python 3 #async framework in under an hour. I start the demo by writing a callback-based async framework, built on non-blocking sockets and a simple event loop. Then I adapt the framework to use generator-based #coroutines, which are cleaner than callbacks but still more efficient than threads for async I/O.