devserkan

Results 5 issues of devserkan

### Type of issue: (feature suggestion, bug?) Typo ### Chapter: 4 / Webpack / Last checkpoint In the last checkpoint documentation says: > Kill the previous processes in your terminals...

The section [where the global module declaration explained](https://basarat.gitbook.io/typescript/project/modules/external-modules#overturning-dynamic-lookup-just-for-types) there is an example like that: ``` // global.d.ts declare module 'foo' { // Some variable declarations export var bar: number; /*sample*/...

### Summary The note says: > "use no memo" is a temporary escape hatch that lets you opt-out components and hooks from being compiled by the React Compiler. This directive...

type: typos

### Summary When you go to [the relevant sandbox ](https://codesandbox.io/p/sandbox/react-dev-xdfd3y?file=/src/index.js) you see that it throws an error in the console. The problem occurs because there are two `index.html` files in...

bug: unconfirmed

### 📚 Subject area/topic Layouts section in Blog tutorial ### 📋 Page(s) affected (or suggested, for new content) https://docs.astro.build/en/tutorial/4-layouts/1/ ### 📋 Description of content that is out-of-date or incorrect In...

improve documentation
tutorial