1. [classname](https://www.cnblogs.com/suihang/p/10417755.html)
~~~
虽然也可以直接使用参数表达式实现,但是不够严谨当undefined时如下
// const b = 'bb'
const name = `aa ${b}`
<div className={name}>123</div>
~~~
![](https://img.kancloud.cn/ae/9f/ae9f79de4bae86d884112d4d53acdc0e_880x46.png)
![](https://img.kancloud.cn/ee/10/ee100fbb039041a4015c840408dd4c89_2146x120.png)
2. [DataHub](https://macacajs.github.io/macaca-datahub/zh/guide/),实现mock数据
3. [react-sticky](https://juejin.cn/post/6844903842539110408)吸顶效果(页面滚动,元素固定在顶部)