Xillis_Wu
Xillis_Wu
另外, https://sanyuan0704.github.io/react-cloud-music/chapter3/list.html ```js import React from 'react'; import Slider from '../../components/slider'; import RecommendList from '../../components/list'; function Recommend() { // mock数据 const bannerList = [1,2,3,4].map(item => { return { imageUrl: "http://p1.music.126.net/ZYLJ2oZn74yUz5x8NBGkVA==/109951164331219056.jpg"...
加油~挺喜歡這計畫的,對於正在學習 react的我幫助很大 謝謝
Yes, maybe something like Kue-UI: https://github.com/stonecircle/kue-ui Though, it's deprecated, but it summary all the info at a glance.
感謝,寫得真的很棒,我才剛學程式碼兩個月,還是看得明白,淺顯易懂。 有個無聊的問題, var a = 10,你叫LHS,為什麼不是RHS, '=' 是right-associativity,好奇是怎麼會反過來叫