Ou Fumio
Ou Fumio
1. Why is the assoc function not type safe? Example ```TypeScript import { assoc, pipe } from 'ramda'; type User = { id: number; name: string; }; const user1: User...
有用なライブラリとしてありがたく使用させていただきました。 クライアントから西暦+和暦の表記を希望されております。 とりあえず急ぎだったのでフォークして使用いたしました。 ひとまず下記のような実装にしてみましたが……。 ```ts export interface UseDateSelectOptions { firstYear?: number; lastYear?: number; defaultYear?: number | "now"; defaultMonth?: number | "now"; defaultDay?: number | "now"; locale?: Locale; yearFormat?: string; monthFormat?:...
The basic syntax is the same, so when changing from immer to mutative, it is only necessary to replace the import statement. I haven't looked at the source code, but...
### What is the problem this feature would solve? The current documentation is only available in English, which may pose a barrier for non-English-speaking users, particularly those who are more...