技术盘点(一)

技术盘点(一)

盘点知名公司的那些开源项目  

Vercel

Next.js

SWR(20k)

swr是前端获取数据的工具包,使用起来和useRequest差不多

1
2
3
4
5
6
7
8
9
import useSWR from 'swr'

function Profile() {
const { data, error } = useSWR('/api/user', fetcher)

if (error) return <div>failed to load</div>
if (!data) return <div>loading...</div>
return <div>hello {data.name}!</div>
}

vercel

turborepo

HYPERS

嗨普智能

rsuite

Poimandres

zustand

Tencent

评论

You forgot to set the app_id or app_key for Valine. Please set it in _config.yml.

 

本文章阅读量:

  0

IT学徒、技术民工、斜杠青年

机器人爱好者、摄影爱好者

PS、PR、LR、达芬奇潜在学习者

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×