/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

effectivetypescript.com
| | pwmarcz.pl
3.5 parsecs away

Travel
| | [AI summary] A developer shares their experience integrating TypeScript into a JavaScript roguelike engine project and evaluates the build tool Parcel.
| | mariusschulz.com
3.4 parsecs away

Travel
| | TypeScript 2.0 introduced a new primitive type called never, the type of values that never occur. It helps model the completion behavior of functions more accurately.
| | weberdominik.com
3.3 parsecs away

Travel
| | TypeScript has a few very useful helper types predefined, which aren't known widely enough. Here's a list of them with examples and explanations how they work for the more complex ones.
| | 8hob.io
27.2 parsecs away

Travel
| In TypeScript, Array.includes is typed strictly and results in type errors when the array is of a literal type.? We discuss an elegant and safe solution.