JavaScript Weekend List #15

Alex Bachuk
JavaScript Weekend List
3 min readOct 1, 2017

A lot happened this week. React related news dominated in the front-end world. If you haven’t heard, React team has released version 16 of the library. They also updated their documentation design, it looks much nicer now. In the other news, GraphQL NYC and GraphQL NY meetup groups are joining efforts. There will be one GraphQL group now. Please join us at https://www.meetup.com/GraphQL-NYC if you’re in NYC area.

1. What you need to know about React 16

Overview what’s in the latest release of React.js. New features and some breaking changes.

2. 6 Simple Tips on How to Start Writing Clean Code

Writing clean code is very important especially when working on a team. It helps everyone involved to stay sane.

3. GitHub as a Fast Track to Interviews

As someone who interviews candidates few times a week, I support the advice in this article. If a candidate has some open sourced projects in their github — it help a lot to evaluate the skills and a good addition to plain old resume.

4. Reusable Web Application Strategies

I’m still exploring the best ways to make part of big applications more reusable. Some good points here (except iframes).

5. Good code Vs Bad code

Standards, unit tests, code reviews, documentation, comments are all required for a well planned and maintainable project.

6. ES6 Promises: Patterns and Anti-Patterns

Promises are fully supported in ES6, make sure you understand the internals and best practices. Just a side note: don’t forget about async/await.

7. Michael Jackson — Never Write Another HoC

Tweet of the week

If you liked this post, click the 👏🏻 below so other people can find it on Medium. Follow me on Twitter to stay in touch.

--

--