DEV Community

thinkThroo profile picture

thinkThroo

404 bio not found

Joined Joined on  github website
Logger package in changesets monorepo

Logger package in changesets monorepo

Comments
3 min read
ClientOptions interface in T3 Env source code explained

ClientOptions interface in T3 Env source code explained

Comments
3 min read
ExtendableError usage in changesets errors package

ExtendableError usage in changesets errors package

Comments
3 min read
Scan for CLI flags and arguments using MRI package

Scan for CLI flags and arguments using MRI package

Comments
3 min read
EnvOptions type in T3 Env source code explained

EnvOptions type in T3 Env source code explained

Comments
3 min read
A comparison of metadata configurations between Lobechat and Shadcn/ui

A comparison of metadata configurations between Lobechat and Shadcn/ui

6
Comments
4 min read
Biome.js, a toolchain to format and lint your web project

Biome.js, a toolchain to format and lint your web project

2
Comments
2 min read
Bunchee, a bundler for JS/TS package

Bunchee, a bundler for JS/TS package

Comments
3 min read
Generate a documentation site using Nextra

Generate a documentation site using Nextra

Comments
2 min read
Manage your versioning and changelogs using Changesets

Manage your versioning and changelogs using Changesets

1
Comments
2 min read
Here’s how Lobechat applies typesafety to its environment variables in Next app

Here’s how Lobechat applies typesafety to its environment variables in Next app

Comments
4 min read
arrayToDict function in tRPC source code

arrayToDict function in tRPC source code

Comments
2 min read
httpBatchLink types in tRPC source code explained

httpBatchLink types in tRPC source code explained

Comments
3 min read
Istanbul usage in tRPC source code

Istanbul usage in tRPC source code

Comments
3 min read
IndexedDB explained.

IndexedDB explained.

Comments
3 min read
Usage of Dexie, an IndexedDB wrapper, in Lobechat

Usage of Dexie, an IndexedDB wrapper, in Lobechat

Comments
3 min read
rollup-plugin-analyzer usage in trpc scripts

rollup-plugin-analyzer usage in trpc scripts

Comments
3 min read
analyzeSizeChange script in tRPC source code

analyzeSizeChange script in tRPC source code

Comments
2 min read
kodiak.toml in tRPC source code

kodiak.toml in tRPC source code

Comments
2 min read
codecov.yml in Lobechat source code.

codecov.yml in Lobechat source code.

Comments
2 min read
Dosu bot usage in Lobechat

Dosu bot usage in Lobechat

Comments
2 min read
Create a unique array using Set() in JavaScript.

Create a unique array using Set() in JavaScript.

Comments
3 min read
Component decorator in TypeDoc

Component decorator in TypeDoc

Comments
4 min read
TypeDoc usage in @vercel/edge

TypeDoc usage in @vercel/edge

4
Comments
3 min read
create-next-app validates your app name using this package

create-next-app validates your app name using this package

Comments
3 min read
How Shadcn CLI uses error constants to improve code readability

How Shadcn CLI uses error constants to improve code readability

1
Comments
3 min read
buildDesignSystem fn in Tailwind CSS source code.

buildDesignSystem fn in Tailwind CSS source code.

Comments
2 min read
withAlpha utility in Tailwind CSS source code.

withAlpha utility in Tailwind CSS source code.

Comments
3 min read
DefaultMap class in TailwindCSS source code.

DefaultMap class in TailwindCSS source code.

Comments
3 min read
How Tailwind CSS detects circular dependancy.

How Tailwind CSS detects circular dependancy.

Comments
3 min read
String.raw in Tailwind CSS source code.

String.raw in Tailwind CSS source code.

Comments
4 min read
Bypass bundlers’ detection of the require statement

Bypass bundlers’ detection of the require statement

Comments
3 min read
MessageChannel usage in React source code

MessageChannel usage in React source code

Comments
3 min read
queueMacroTask in React source code

queueMacroTask in React source code

Comments
3 min read
queueMicroTask in JavaScript

queueMicroTask in JavaScript

Comments
3 min read
Object.preventExtensions in JavaScript.

Object.preventExtensions in JavaScript.

Comments
2 min read
BadMapPolyfill in React Source Code.

BadMapPolyfill in React Source Code.

Comments
3 min read
$FlowFixMe in React source code

$FlowFixMe in React source code

Comments
3 min read
* text=auto in .gitattributes file

* text=auto in .gitattributes file

3
Comments
5 min read
`.git-blame-ignore-revs` to ignore bulk formatting changes.

`.git-blame-ignore-revs` to ignore bulk formatting changes.

3
Comments
5 min read
Stop saying “you forgot to …” in code review

Stop saying “you forgot to …” in code review

Comments
3 min read
Add a test case when your open-source project’s issue is fixed.

Add a test case when your open-source project’s issue is fixed.

Comments
6 min read
useLayoutEffect in Zustand test-case explained.

useLayoutEffect in Zustand test-case explained.

Comments
5 min read
How to override your Zustand state.

How to override your Zustand state.

Comments
3 min read
Here’s how Zustand’s test-case uses ErrorBoundary.

Here’s how Zustand’s test-case uses ErrorBoundary.

Comments
4 min read
ReactDOM.unstable_batchedUpdates in Zustand’s testcase.

ReactDOM.unstable_batchedUpdates in Zustand’s testcase.

1
Comments
4 min read
createWithEqualityFn test case in Zustand explained.

createWithEqualityFn test case in Zustand explained.

1
Comments
2 min read
createWithEqualityFnImpl in Zustand’s source code explained.

createWithEqualityFnImpl in Zustand’s source code explained.

Comments
3 min read
useDebugValue usage in Zustand source code explained.

useDebugValue usage in Zustand source code explained.

Comments 1
2 min read
useBoundStoreWithEqualityFn in Zustand’s source code explained.

useBoundStoreWithEqualityFn in Zustand’s source code explained.

Comments
2 min read
useSyncExternalStoreExports in Zustand source code explained.

useSyncExternalStoreExports in Zustand source code explained.

1
Comments
2 min read
createStore in Zustand's source code explained.

createStore in Zustand's source code explained.

Comments
3 min read
Set() usage in Zustand’s source code.

Set() usage in Zustand’s source code.

Comments
3 min read
setState in Zustand's source code.

setState in Zustand's source code.

Comments
3 min read
Object.assign() usage in Zustand's source code.

Object.assign() usage in Zustand's source code.

Comments
3 min read
Object.is() usage in Zustand’s source code.

Object.is() usage in Zustand’s source code.

Comments
3 min read
Generating a JSDoc comment for your function using OpenAI.

Generating a JSDoc comment for your function using OpenAI.

3
Comments
2 min read
Organize your components and layouts in your pages-based Next.js application this way.

Organize your components and layouts in your pages-based Next.js application this way.

Comments
3 min read
loading...