一些关于 React 的疑问

查看 76|回复 4
作者:vdrapb   
[ol]
  • React 应该搭配什么前端 UI 框架使用,有没有推荐的
  • 在调用接口服务的时候,用 axios 还是直接 fetch
  • 如果不使用 UI 框架,有没有哪些推荐的 css 框架
    [/ol]

    React, 框架, axios, Fetch

  • veture   
    1.mui
    2.fetch
    3.tailwind
    NessajCN   
    1. 自己写 style: https://github.com/tailwindlabs/headlessui , 现成 style: https://mui.com/material-ui/
    2. 都行,没区别。用 fetch 不兼容老 ie. 不过都用 react 了也不大可能还想兼容老 ie
    3. https://tailwindcss.com/
    zed1018   
    1. ant-design
    2. fetch
    3. tailwindcss
    vlgs   
    1. 主流都可。个人推荐 radix shadcn
    2. fetch, 可以试试 RSC
    3. tailwind
    您需要登录后才可以回帖 登录 | 立即注册

    返回顶部