Giter Club home page Giter Club logo

ts-todolist-koa's Introduction

写英文md是我想学英语, 如果不习惯中式英文, 中文md点这里

TS-TodoList-Koa

todolist with TS Koa MongoDB Webpack

plan

  • Redux
  • Router
  • Koa
  • learn mongoDB index
  • encapsulated return params
  • nginx to agency the local request
  • add delete and toggle completed
  • add editRow,Cell. add Search
  • register and login with token
  • docker,jenkins

Some problem in the progress

  • less-loader support css modules: react-app-rewire-less-with-modules
  • tslint: import order problem
    "rules": {
      "ordered-imports": false
    },
  • antd problem about input>TextArea:
    • Open: node_modules/antd/lib/input/TextArea.d.ts
    • Insert import: import ResizeObserver from 'resize-observer-polyfill';
    • link to antd
  • asy import the Component: antd official document
  • nodemon and babel-cli to translate ES6 to lower version and hot replace, use nodemon.json to config the ignore about hot watch file:
    {   
      "ignore": ["lib/*.js", "README"] 
    }
  • implicitly has an 'any' type: to install @types/moduleName to resolve this problem
  • connect problem: decorator and no
  • params with shadow
  • Router props problem: import RouteComponentProps from react-router-dom to define the Component's props
  • alias problem: Resolve alias issues by adding a path configuration in tsconfig
  • static function problem: first, is should be put before constructor; second, specific the type of the method return values

ts-todolist-koa's People

Contributors

binyellow avatar 591112995 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.