GithubHelp home page GithubHelp logo

codedemo's Introduction

README

Introduction

This is our studio's webfront source code standard,the subsequent introduction will be added in the future...

Programing Rules

  • Our pragram based on "create-react-app", "redux" & "react-router-dom".

  • U have to devide the most of components into two types: UI components & logic components.

  • U have to store every variable by "Redux". Use "dispatch"、"getState"、"subscribe" in logic components. We have a folder called "store" to save them.

  • Devided your code into different folder. Such as "Index", "Member", "JoinUs", "Blogs" ....

  • Try to extract the public part to the folder called "Component", which will be use for lots of conditions.

  • In our program we use "react-router-dom" to provide the different route, which may better than tranditional ways. So we decide to try it.

Code Style Rules

  • 2 blank space for Code indentation
  • you'd better use Prettier - code formatter to formatting your code.

codedemo's People

Contributors

burning-shadow avatar

Watchers

 avatar  avatar

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.