• Stars
    star
    3,462
  • Rank 12,305 (Top 0.3 %)
  • Language
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

People choose popular projects, often not because it applies to their problems

English | įŽ€äŊ“中文

You Don't Need

Logo

People choose popular projects, often not because it applies to their problems.

Awesome

Contents

Packages

JavaScript Packages

Languages

Programming Practices

  • You Don't Need Loops âžŋ - Loops are bullshit. Let's embrace wholemeal programming!
  • You Probably Don't Need Derived State (React) - As a general rule, derived state should be used sparingly. All problems with derived state that we have seen can be ultimately reduced to either unconditionally updating state from props or updating state whenever props and state don't match.
  • You Might Not Need to Transpile Your JavaScript - In other words if you're transpiling your JavaScript to ES5, you're making your code unnecessarily big and slow to support a minority of the users who will probably upgrade their system by the time you manage to configure your Webpack and Babel! 😉

Miscellaneous