All Projects → gaearon → React Makes You Sad

gaearon / React Makes You Sad

Here’s a flowchart to make you happy again!

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to React Makes You Sad

Easyndk For Cocos2dx
NDK is always a problem. Writing such a code that can become a breeze in connecting with other platforms is always a problem when working with cocos2dx. This repo is a step made forward to make this pain a simple step.
Stars: ✭ 168 (-91.98%)
Mutual labels:  makefile
Hx dk for nordic 52840 ble
该代码仓主要用于发布基于红旭开发板的NORDIC 52840 BLE教程(This repository is mainly to publish the NORDIC 52840 BLE tutorials based on the HX DK)
Stars: ✭ 175 (-91.64%)
Mutual labels:  makefile
Awesome Scanning
A curated list of awesome projects to simplify and improve paper scanning.
Stars: ✭ 178 (-91.5%)
Mutual labels:  makefile
Uninstallfeedback
Show feedback page when the apk is uninstalled.
Stars: ✭ 169 (-91.93%)
Mutual labels:  makefile
Pu Gan
PU-GAN: a Point Cloud Upsampling Adversarial Network, ICCV, 2019
Stars: ✭ 173 (-91.74%)
Mutual labels:  makefile
Openwrt Node Packages
OpenWrt Project Node.js packages. v10.x LTS and v12.x LTS and v14.x LTS
Stars: ✭ 176 (-91.6%)
Mutual labels:  makefile
Maid
Markdown driven task runner.
Stars: ✭ 1,999 (-4.54%)
Mutual labels:  makefile
Vpnpivot
Explore the network using VPNPivot tool
Stars: ✭ 179 (-91.45%)
Mutual labels:  makefile
Explainers
Explainers from WebKit contributors
Stars: ✭ 174 (-91.69%)
Mutual labels:  makefile
Usb2 Power Hub
4-Port High Power USB 2.0 Hub
Stars: ✭ 178 (-91.5%)
Mutual labels:  makefile
Coturn Docker Image
Coturn TURN server Docker image
Stars: ✭ 169 (-91.93%)
Mutual labels:  makefile
Proprietary vendor oneplus
Stars: ✭ 172 (-91.79%)
Mutual labels:  makefile
Binary Samples
Samples of binary with different formats and architectures. A test suite for your binary analysis tools.
Stars: ✭ 177 (-91.55%)
Mutual labels:  makefile
Android device xiaomi kenzo
Stars: ✭ 170 (-91.88%)
Mutual labels:  makefile
Shashlik Build
Stars: ✭ 178 (-91.5%)
Mutual labels:  makefile
Latex Makefile
A Makefile for LaTeX - drop it in, type make, and magic happens.
Stars: ✭ 168 (-91.98%)
Mutual labels:  makefile
Zeus
An Electrifying Build System
Stars: ✭ 176 (-91.6%)
Mutual labels:  makefile
Macos Fn Toggle
A macOS app to quickly toggle the behavior of the fn key.
Stars: ✭ 178 (-91.5%)
Mutual labels:  makefile
Kios
A Linux OS created by Buildroot which runs Kerberos Open Source out-of-the-box.
Stars: ✭ 178 (-91.5%)
Mutual labels:  makefile
Pyeco
pyeco翻译
Stars: ✭ 177 (-91.55%)
Mutual labels:  makefile

react-makes-you-sad

Here’s a flowchart to make you happy again!

Open in a new tab

Credits

Based on and inspired by https://github.com/petehunt/react-howto

Links

  • If you are confused by the React ecosystem and don’t know where to start, read Pete Hunt’s react-howto guide.

  • If you are using a Flux library (or Redux) and it adds a lot of boilerplate for no obvious gain, remove it and learn state management in vanilla React with the official Thinking in React guide.

  • If you don’t feel comfortable using ES2015 features (e.g. classes and fat arrows) and you feel like updating your JavaScript knowledge, Understanding ECMAScript 6 is an amazing guide. Use Babel to verify your assumptions.

  • If you are just learning React, and a JavaScript bundler like Webpack confuses you, copy jarsbe/react-simple and start hacking with no build step.

  • After you’ve learned React itself you can begin learning good deployment practices such as using JavaScript bundlers. Use Google Page Speed to assess how well your app delivers the client code.

Contributing

  1. Edit the .dot file with https://atom.io/packages/graphviz-preview
  2. Install dot from http://www.graphviz.org/Download.php
  3. Install dot, a part of Graphviz.
  • On OSX with Homebrew, merely do brew install graphviz.
  • Otherwise, it's probably in your OS's package repositories as simply graphviz.
  • You can also get an installer from the Graphviz downloads page.
  1. Generate the .svg with dot -Tsvg fatigue.dot > fatigue.svg
  2. Send a PR!

Translation

License

CC0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].