Coder Social home page Coder Social logo

react's Introduction

React

名称 简介 知识点
myCode 个人学习代码 都是一些react基础代码
awesome-react-components React 组件/库集合
react京东首页构建
react-demos a collection of simple demos of React.js
react-music-player Music player build with React, learn how to use React
react-pxq 一个 react + redux 的完整项目 和 个人总结
react-redux-ducks 这是一个从头搭建一个react简单应用的教程
react.docschina.org react中文网站对应demo
React中文文档
React.js-dianping、React.js-jichu、React.js-rumen-and-shijian、React.js-xinwentoutiao 见网盘
react-router-tutorial react router 官方教程 非常详细!
react-webpack 搭建react+webpack+es6环境
learning-react Learning React 犀牛书
react React全家桶后台管理框架
create-react-app-antd 1.Use antd in create-react-app
2.在create-react-app中使用antd
1.Create React App
2.Ant Design

react's People

Contributors

qiilee avatar

Stargazers

jacky1120 avatar Codexzq avatar  avatar  avatar Jason avatar  avatar hahahaxixixi avatar JenkinChan avatar 纵倾童鞋 avatar  avatar funny_probject avatar  avatar 张红林 avatar spike_white avatar Syoro avatar  avatar  avatar Zhazha_JiaYiZhen avatar  avatar  avatar coding avatar Taoime avatar  avatar  avatar  avatar H J avatar  avatar Mafia avatar gulugulu avatar rookie avatar DINO2 avatar Mafffia avatar sirius avatar  avatar niandi zhou avatar 阿林 avatar  avatar Haduo丶 avatar Loser Eternity avatar  avatar viola avatar  avatar  avatar  avatar mundane avatar Wangzz avatar 杨泽楷 avatar Liam C avatar Luxinying avatar Chong MH avatar  avatar 看啥呢,我瞅瞅 avatar  avatar  avatar  avatar  avatar icysong avatar 徕野 avatar c avatar yangchao avatar CaiYaSang avatar yanwenjie avatar  avatar  avatar Mokes avatar Jie avatar chuan.yue avatar  avatar  avatar  avatar FUTURE avatar JianZhong avatar  avatar vxinv avatar 鄭輝   정휘   trịnh huy  avatar  avatar qingfeng avatar minjie_sweety avatar  avatar ElonSnyder avatar  avatar Tengg avatar  avatar xjt731 avatar yang tianrui avatar RayChen avatar Jay avatar haha861924 avatar  avatar 张中璞 avatar Eddie Chen avatar Edward Hsu avatar Ray avatar SymbleHP avatar chiang lin lung avatar it985 avatar Daylight avatar Molly avatar  avatar 柯宏 avatar

Watchers

James Cloos avatar

react's Issues

Setup Airbrake for your JavaScript application

Install Airbrake in 2 easy steps:

Step 1: Add the library
Include via CDN:

<script src="https://cdnjs.cloudflare.com/ajax/libs/airbrake-js/1.4.6/client.min.js"></script>

We also support installation via npm and Bower.

Step 2: Copy this config snippet to your app.js file

(You can find your project ID and API KEY with your project's settings):

var airbrake = new airbrakeJs.Client({
  projectId: <Your project ID>,
  projectKey: '<Your project API Key>'
});

To test that Airbrake has been installed correctly in your JavaScript project, just open up the JavaScript console in your internet browser and paste in:

window.onerror("TestError: This is a test")

Visit official GitHub repo for more info on alternative configurations and advanced options.

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.