Code Monkey home page Code Monkey logo

parksben.github.io's Introduction

Hi 👋, I'm parksben

A front-end engineer engaged in data visualization development

parksben

parksben

🔭 I’m currently working on Cloud-Charts

parksben.github.io's People

Contributors

parksben avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

parksben.github.io's Issues

创建文章报错

{ Error: ENOENT: no such file or directory, mkdir 'D:\JAVA\peccata\src\posts\2019-02-12T09:53:02_test-blog'
at Object.mkdirSync (fs.js:750:3)
at inquirer.prompt.then.answers (D:\JAVA\peccata\newPost.js:52:10)
at process._tickCallback (internal/process/next_tick.js:68:7)
errno: -4058,
syscall: 'mkdir',
code: 'ENOENT',
path:
'D:\JAVA\peccata\src\posts\2019-02-12T09:53:02_test-blog' }
文章目录创建失败...

强势围观

非常nice的开源项目,请问下大佬的下一步计划,会不会有主题切换的功能

src/utils/index.js中的randomId()函数可能产生相同的结果

src/components/SideBar/index.js文件中,类组件SideBarrenderSocialLink函数中的数组元素组件中的key使用了randomId()函数生成:

  • 组件中引用的src/utils/index.js中的randomId()函数,多次运行的结果中,可能有两次或更多次的结果相同,这样可能使得一组数组组件元素的key重复不唯一
  • 数组元素组件的key为什么要使用randomId()?相比常规的arr.map((value, index) => <Component key={index} />)有什么好处?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.