Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added article on static types in Ember #150

Merged
merged 1 commit into from
Jun 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions source/2019-06-08-the-ember-times-issue-102.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This week:
...
more #EmberJS2019 posts wanted! ✏️,
RFC for an alternative to Controllers 🥴,
tips for adding TypeScript 🌟,
...

---
Expand Down Expand Up @@ -51,12 +52,13 @@ With these two RFCs, we're heading in the right direction for eventually being a

---

## [Section Title in Title Case 🐹](#section-url)
<change section title emoji>
<consider adding some bold to your paragraph>

<add your name to author list, top and bottom>
<add blurb and emoji to "SOME-INTRO-HERE">
## [Static Types in EmberJs? 🌟](https://dev.to/jamesbyrne/static-types-in-emberjs-26b7)

If you are new to adding TypeScript to your Ember project, [@James-Byrne](https://github.com/James-Byrne) has got you covered!

From [James' blog post]](https://dev.to/jamesbyrne/static-types-in-emberjs-26b7), you can learn how types help you catch errors at compile time and keep your documentation up-to-date. You can also find common problems to watch out for when you introduce types to your app.

Have a look and add types today!

---

Expand Down