Skip to content

Commit

Permalink
Adds an ecosystem section
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarsrud authored and locks committed Jul 11, 2016
1 parent 1ee073f commit 555c658
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions source/learn.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ responsive: true
Whether you're just getting started and want to get familiar with the Ember ecosystem, or you're looking to refresh your knowledge on a certain feature, <a href="https://guides.emberjs.com/">the Guides</a> are the place for you.
</p>

<h1>Ecosystem</h1>

<p>
Ember's ecosystem of libraries solve the hard problems around building, client to server communication and server side rendering.
</p>

<p>
You build your application using Ember CLI. If you're just getting started with Ember, or are unfamiliar with Ember CLI, head over to <a href="https://ember-cli.com/user-guide/">the Ember CLI User Guides</a>. The default build process might not suit you perfectly, so you need to <a href="https://ember-cli.com/extending/">extend Ember CLI itself</a>.
</p>

<p>
While it's not a requirement, Ember includes a complimentary library for client to server communication called <a href="http://emberjs.com/api/data/">Ember Data</a>.
</p>

<p>
If you want your application to be rendered on the server, <a href="http://ember-fastboot.com/">FastBoot</a> is the solution for your Ember application.
</p>

<h1>API Reference</h1>

<p>
Expand Down

0 comments on commit 555c658

Please sign in to comment.