Skip to content
View bin-r00t's full-sized avatar
🎯
Focusing
🎯
Focusing
  • undefined
  • Hanzhou, China
  • 09:35 (UTC +08:00)
Block or Report

Block or report bin-r00t

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bin-r00t/README.md

Hallo, ich bin Liubin👋

Frontend Developer

🏗️ Stacks:

📈 Activity Graph:

bin-root's github activity graph

Pinned

  1. chat-module__public chat-module__public Public

    用于在线即时沟通的微服务模块,基于 TypeScript、Node.js、Express 以及 socket.io

    TypeScript

  2. chat-module__dashboard chat-module__dashboard Public

    基于 React 和 socket.io-client 的即时通讯服务模块的Dashboard,可嵌入其他前端项目

    JavaScript

  3. fullstack-remix-prisma-mongodb fullstack-remix-prisma-mongodb Public

    Build A Fullstack app with Remix.js & prisma with mongodb

    CSS 1 1

  4. vue3 - storeToRefs() vue3 - storeToRefs()
    1
    <script setup>
    2
            import { watch } from 'vue';
    3
            import { storeToRefs } from 'pinia';
    4
            import { useCounterStore } from '@/stores/counter.js';
    5
            const store = useCounterStore();