Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 854365c

Browse files
Merge pull request #9 from qjnz/add-more-resources
Add some more resources and categorise some react resources for bette...
2 parents a13d965 + 5a40bfa commit 854365c

File tree

2 files changed

+54
-17
lines changed

2 files changed

+54
-17
lines changed

‎CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ This project exists thanks to all these contributors.
55
- [Alex Nodex](https://github.com/AlexNodex)
66
- [Imran Mohamed](https://github.com/i786m)
77
- [Phuoc Nguyen](https://github.com/phuoc-ng)
8+
- [Qiujie Li](https://github.com/qjnz)
89
- [Dang Vu](https://github.com/im6h)
10+

‎README.md

Lines changed: 52 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
160160
- [Plunker](http://plnkr.co/)
161161
- [Liveweave](http://liveweave.com/)
162162
- [JS Bin](http://jsbin.com/)
163+
- [CodeSandbox](https://codesandbox.io/)
164+
- [StackBlitz](https://stackblitz.com/)
163165

164166
- Frameworks and Libraries
165167
- [Tachyons](https://tachyons.io/)
@@ -213,6 +215,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
213215
- [Learning JavaScript Design Patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/)
214216
- [JavaScripts The Good Parts 💵](https://www.amazon.com/gp/product/0596517742/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=0596517742&linkCode=as2&tag=eldoradohills-20)
215217
- [JavaScrit and JQuery 💵](http://javascriptbook.com/)
218+
- [Secrets of the JavaScript Ninja](https://www.manning.com/books/secrets-of-the-javascript-ninja)
216219

217220
- Challenge Websites
218221

@@ -228,6 +231,10 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
228231
- [Coderbyte](https://coderbyte.com/)
229232
- [Pramp](https://www.pramp.com/#/)
230233
- [JavaScript Gekk]()
234+
- [Leetcode](https://leetcode.com/)
235+
- [AtCoder](https://atcoder.jp/)
236+
- [CodeChef](https://www.codechef.com/)
237+
- [SPOJ](https://www.spoj.com/)
231238

232239

233240
- Snippets and cheatsheets
@@ -283,16 +290,22 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
283290
- [Learn Git](https://www.codecademy.com/learn/learn-git)
284291
- [Version Control (Git)](https://missing.csail.mit.edu/2020/version-control/)
285292
- [Git Cheat Sheet](http://www.ndpsoftware.com/git-cheatsheet.html)
293+
294+
- Books
295+
- [Pro Git](https://git-scm.com/book/en/v2)
296+
286297
- Tools
287298
- [Github](http://github.com/)
299+
- [Sourcetree](https://www.sourcetreeapp.com/)
300+
- [Git Extensions for Windows](https://github.com/gitextensions/gitextensions)
288301

289302
# React
290303

291304
- Documentation
292305
- [React Docs](https://reactjs.org/docs/getting-started.html)
293306
- [React Cheatsheet](https://devhints.io/react)
294-
- Courses
295307

308+
- Courses
296309
- Pluralsight - [React Getting Started](https://www.pluralsight.com/courses/react-js-getting-started)
297310
- Egghead - [The Beginner's Guide to React](https://egghead.io/courses/the-beginner-s-guide-to-react)
298311
- Scrimba - [Learn React](https://scrimba.com/course/glearnreact)
@@ -313,12 +326,14 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
313326

314327
- Podcasts
315328
- [React Podcast](https://reactpodcast.com/)
329+
316330
- Youtube Channels
317331
- [Codevolution](https://www.youtube.com/channel/UC80PWRj_ZU8Zu0HSMNVwKWw)
318332
- [The Net Ninja](https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg)
319333
- [freeCodeCamp](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ)
320334
- [Traversy Media](https://www.youtube.com/user/TechGuyWeb)
321335
- [Coding Addict](https://www.youtube.com/channel/UCMZFwxv5l-XtKi693qMJptA)
336+
322337
- Articles
323338

324339
- [How to React](https://kentcdodds.com/blog/how-to-react)
@@ -327,28 +342,47 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
327342
- [Authentication in React Applications](https://kentcdodds.com/blog/authentication-in-react-applications)
328343

329344
- React Tooling
330-
331345
- [npm](https://www.npmjs.com/)
332-
- [Axios](https://www.npmjs.com/package/axios)
333-
- [Redux](https://github.com/reduxjs/redux)
334346
- [ES Lint](https://eslint.org/)
335-
- [Rebass](https://rebassjs.org/)
336347
- [Lodash](https://lodash.com/)
337-
- [Storybok](https://storybook.js.org/)
338-
- [Onsen UI](https://onsen.io/react/)
339-
- [Grommet](https://v2.grommet.io/components)
340-
- [Reactstrap](https://reactstrap.github.io/)
348+
- [Storybook](https://storybook.js.org/)
341349
- [React Sight](http://www.reactsight.com/)
342-
- [Material UI](https://material-ui.com/)
343350
- [React Router](https://github.com/ReactTraining/react-router)
344-
- [React Toolbox](http://react-toolbox.io/)
345-
- [React Bootstrap](https://react-bootstrap.github.io/)
346-
- [Create React App](https://github.com/facebook/create-react-app)
347-
- [Material Kit React](https://github.com/creativetimofficial/material-kit-react)
348-
- [Semantic UI React](https://react.semantic-ui.com/)
349-
- [Styled Components](https://github.com/styled-components/styled-components)
350-
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
351351
- [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi)
352+
353+
- State Management
354+
- [Redux](https://github.com/reduxjs/redux)
355+
- [Mobx](https://mobx.js.org/README.html)
356+
- [Recoil](https://github.com/facebookexperimental/Recoil)
357+
358+
- UI Framework / UI Library
359+
- [Reactstrap](https://reactstrap.github.io/)
360+
- [React Bootstrap](https://react-bootstrap.github.io/)
361+
- [Onsen UI](https://onsen.io/react/)
362+
- [Material UI](https://material-ui.com/)
363+
- [Material Kit React](https://github.com/creativetimofficial/material-kit-react)
364+
- [React Toolbox (Material Design)](http://react-toolbox.io/)
365+
- [Semantic UI React](https://react.semantic-ui.com/)
366+
- [Rebass](https://rebassjs.org/)
367+
- [Grommet](https://v2.grommet.io/components)
368+
369+
- Unit Testing
370+
- [Jest](https://jestjs.io/docs/en/tutorial-react)
371+
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
372+
- [Enzyme](https://github.com/enzymejs/enzyme)
373+
374+
- Create React App
375+
- [Create React App](https://github.com/facebook/create-react-app)
376+
- [React Boilerplate](https://github.com/react-boilerplate/react-boilerplate)
377+
378+
- CSS in JS
379+
- [Styled Components](https://github.com/styled-components/styled-components)
380+
- [Emotion (css in js)](https://emotion.sh/)
381+
382+
- Remote Data Fetching
383+
- [Axios](https://www.npmjs.com/package/axios)
384+
- [swr](https://github.com/vercel/swr)
385+
- [React Query](https://github.com/tannerlinsley/react-query)
352386

353387
- Server Side Rendering
354388

@@ -664,6 +698,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
664698
- [Echo.Js](https://www.echojs.com/)
665699
- [Scotch](https://scotch.io/)
666700
- [Codrops](https://tympanus.net/codrops/)
701+
- [Frontend Focus](https://frontendfoc.us/)
667702

668703
[👆 Back To Top](#table-of-contents)
669704

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /