Coder Social home page Coder Social logo

job-app's Introduction

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Table of Contents

  • es5只有全局作用域以及函数作用域,ES6有了块级作用域。

  • express的简单用法。

  • 插件nodemon,可以时刻监听路由和响应内容变化,不用总重启。npm install -g nodemon;

  • 安装mongoose,方便操作MongoDB。 npm install mongoose --save;

  • 安装antd-mobile组件。 npm install antd-mobile --save;

  • es7,装饰器的使用,react-redux中的connect方法。npm install babel-plugin-transform-decorators-legacy --save-dev

  • 简洁好用的发送请求库, npm install axios --save安装�

  • 用户验证用cookie,和express搭配使用的插件是cookie-parser --save.

  • 好用的加密库插件。npm install utility --save.

  • 如果想要在jsx里运行js代码,需要使用{} 而不是();

  • 关于cookie�操作,使用�插件browser-cookies

job-app's People

Contributors

trylang avatar

Watchers

James Cloos 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.