mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
d31669c67f02bfe064848af7892983ebd504a02d
I don't think that this component was really carrying its weight. Its render function basically passed through directly to other components that updated between renders, but didn't contain any content on its own that actually changed after the first render. React components seem to carry overhead, so I want every component we use to count. Also, I'm considering circumventing some of React's standard update logic for performance reasons, and making the structure more shallow will help with that.
Atom is a hackable text editor for the 21st century, built on atom-shell, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.
Visit atom.io to learn more.
Installing
Download the latest Atom release.
Atom will automatically update when a new release is available.
Building
Developing
Check out the guides and the API reference.
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%
