materialize_blog icon indicating copy to clipboard operation
materialize_blog copied to clipboard

Blog system based on React.js & Material-UI

Results 5 materialize_blog issues
Sort by recently updated
recently updated
newest added

Hello @RoyTimes , Help me, please! When run "npm run start", the following error occurs: ERROR in ./src/app/partial/parts/navigation_menu.jsx Module not found: Error: Cannot resolve module 'material-ui/divider' in /var/www/msg/blog/src/app/partial/parts @ ./src/app/partial/parts/navigation_menu.jsx...

远程加载数据的接口好像有点问题,希望作者有时间能看一下。

like this? {this.rows.map(row => )} let {data, ...others} = this.props return ( {data.id} {data.name} )

after npm start : ERROR in Path must be a string. Received undefined

Inspired by your site. The whole site looks smooth but the loading animation is bothering . Maybe you could display only the spinner? I'm a React newbie but I think...