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 ff525e3

Browse files
committed
Add some more resources and categorise some react resources for better references
1 parent 9ab2b28 commit ff525e3

File tree

2 files changed

+53
-17
lines changed

2 files changed

+53
-17
lines changed

‎CONTRIBUTORS.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ 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)

‎README.md‎

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

163165
- Frameworks and Libraries
164166
- [Tachyons](https://tachyons.io/)
@@ -212,6 +214,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
212214
- [Learning JavaScript Design Patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/)
213215
- [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)
214216
- [JavaScrit and JQuery 💵](http://javascriptbook.com/)
217+
- [Secrets of the JavaScript Ninja](https://www.manning.com/books/secrets-of-the-javascript-ninja)
215218

216219
- Challenge Websites
217220

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

231238
- Snippets and cheetsheets
232239
- [A ridiculous collection of cheatsheets](https://devhints.io/)
@@ -280,16 +287,22 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
280287
- [Learn Git](https://www.codecademy.com/learn/learn-git)
281288
- [Version Control (Git)](https://missing.csail.mit.edu/2020/version-control/)
282289
- [Git Cheat Sheet](http://www.ndpsoftware.com/git-cheatsheet.html)
290+
291+
- Books
292+
- [Pro Git](https://git-scm.com/book/en/v2)
293+
283294
- Tools
284295
- [Github](http://github.com/)
296+
- [Sourcetree](https://www.sourcetreeapp.com/)
297+
- [Git Extensions for Windows](https://github.com/gitextensions/gitextensions)
285298

286299
# React
287300

288301
- Documentation
289302
- [React Docs](https://reactjs.org/docs/getting-started.html)
290303
- [React Cheatsheet](https://devhints.io/react)
291-
- Courses
292304

305+
- Courses
293306
- Pluralsight - [React Getting Started](https://www.pluralsight.com/courses/react-js-getting-started)
294307
- Egghead - [The Beginner's Guide to React](https://egghead.io/courses/the-beginner-s-guide-to-react)
295308
- Scrimba - [Learn React](https://scrimba.com/course/glearnreact)
@@ -310,12 +323,14 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
310323

311324
- Podcasts
312325
- [React Podcast](https://reactpodcast.com/)
326+
313327
- Youtube Channels
314328
- [Codevolution](https://www.youtube.com/channel/UC80PWRj_ZU8Zu0HSMNVwKWw)
315329
- [The Net Ninja](https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg)
316330
- [freeCodeCamp](https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ)
317331
- [Traversy Media](https://www.youtube.com/user/TechGuyWeb)
318332
- [Coding Addict](https://www.youtube.com/channel/UCMZFwxv5l-XtKi693qMJptA)
333+
319334
- Articles
320335

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

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

350384
- Server Side Rendering
351385

@@ -573,6 +607,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
573607
- [Echo.Js](https://www.echojs.com/)
574608
- [Scotch](https://scotch.io/)
575609
- [Codrops](https://tympanus.net/codrops/)
610+
- [Frontend Focus](https://frontendfoc.us/)
576611

577612
[👆 Back To Top](#table-of-contents)
578613

0 commit comments

Comments
(0)

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