This week's JavaScript news
TypeScript 3.0 Release Candidate — Project references allow TypeScript projects to depend on other TypeScript projects in a way that helps the build tools. Rest parameters can also be inferred as tuple types to make using them easier. There's also a new unknown type to investigate. Daniel Rosenwasser (Microsoft) | Proxymise: A Chainable Promise Proxy — An interesting proof of concept that takes you away from writing lots of then or await calls. Instead you could write something like value = await proxymise(foo).a().b().c; Ilya Kozhevnikov | Find a Job Through Vettery — Vettery matches top tech talent with fast-growing companies. Create your profile to get started. Vettery | ๐ Tutorials and Opinions | What is JSX? — You may use it every day, but have you seen what happens after Babel transpiles JSX? Kent C. Dodds | ๐ Some Bonus "They're Not JS But You'll Like 'Em" Links | Web Architecture 101 — If terms like 'load balancer', 'caching', or CDN are gibberish to you, you might appreciate this simple explanation. Jonathan Fulton | | |
No comments:
Post a Comment