@ehfuse/forma 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +0 -21
  2. package/README.md +26 -49
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -19,24 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
22
-
23
- ---
24
-
25
- MIT 라이선스
26
-
27
- Copyright (c) 2025 김영진 (ehfuse@gmail.com)
28
-
29
- 이 소프트웨어와 관련 문서 파일(이하 "소프트웨어")의 사본을 얻는 모든 사람에게
30
- 무료로 허가를 부여합니다. 이 허가에는 소프트웨어를 제한 없이 다루는 권리가
31
- 포함되며, 여기에는 사용, 복사, 수정, 병합, 게시, 배포, 서브라이선스 및/또는
32
- 소프트웨어 사본의 판매 권리와 소프트웨어가 제공된 사람들에게 그렇게 할 수 있는
33
- 권한을 부여하는 권리가 포함됩니다. 단, 다음 조건을 따라야 합니다:
34
-
35
- 위의 저작권 고지와 이 허가 고지는 소프트웨어의 모든 사본 또는 상당 부분에
36
- 포함되어야 합니다.
37
-
38
- 소프트웨어는 "있는 그대로" 제공되며, 상품성, 특정 목적에의 적합성 및
39
- 비침해에 대한 보증을 포함하되 이에 국한되지 않는 명시적 또는 묵시적 보증 없이
40
- 제공됩니다. 어떠한 경우에도 작성자 또는 저작권 보유자는 계약, 불법 행위 또는
41
- 기타 행위에서 발생하거나, 소프트웨어나 소프트웨어의 사용 또는 기타 거래와
42
- 관련하여 발생하는 청구, 손해 또는 기타 책임에 대해 책임지지 않습니다.
package/README.md CHANGED
@@ -1,41 +1,36 @@
1
- <!-- slide -->
2
-
3
1
  # Forma
4
2
 
5
- **Advanced React form state management library**
6
- 고급 React 폼 상태 관리 라이브러리
3
+ **High-performance and developer-friendly React form state management library**
4
+ 고성능이며 개발자 친화적인 React 폼 상태 관리 라이브러리
7
5
 
8
- ## 📚 Documentation | 문서
6
+ [![npm version](https://img.shields.io/npm/v/@ehfuse/forma.svg)](https://www.npmjs.com/package/@ehfuse/forma)
7
+ [![npm downloads](https://img.shields.io/npm/dm/@ehfuse/forma.svg)](https://www.npmjs.com/package/@ehfuse/forma)
8
+ [![GitHub license](https://img.shields.io/github/license/ehfuse/forma.svg)](https://github.com/ehfuse/forma/blob/main/LICENSE)
9
9
 
10
- ### 한국어 | K}
10
+ Forma는 React 애플리케이션에서 폼과 상태를 **간편하면서도 강력하게** 관리할 수 있는 고성능 라이브러리입니다. **Zero-Config로 바로 시작**할 수 있으며, 개별 필드 구독을 통한 **선택적 리렌더링**으로 최적의 성능을 제공합니다. 복잡한 설정 없이도 **글로벌 폼 상태 공유**, **Dot Notation 중첩 객체 접근**, **MUI 완전 호환** 등 프로덕션 레벨의 고급 기능들을 손쉽게 사용할 수 있습니다.
11
11
 
12
- ````
12
+ _Forma is a high-performance library that makes form and state management in React applications **simple yet powerful**. **Start immediately with Zero-Config**, and achieve optimal performance through **selective re-rendering** via individual field subscriptions. Easily access production-level advanced features like **global form state sharing**, **Dot Notation nested object access**, and **full MUI compatibility** without complex setup._
13
13
 
14
- ---
14
+ ## 📚 Documentation | 문서
15
15
 
16
- ## 📚 문서 | Documentationn
16
+ ### 한국어 (Korean)
17
17
 
18
- - 🚀 **[시작 가이드](./docs/getting-started-ko.md)** - 단계별 튜토리얼과 예제
19
- - 📖 **[완전한 문서](./docs/README-ko.md)** - API 레퍼런스, 사용 사례, 고급 기능
20
- - 📋 **[API 레퍼런스](./docs/API-ko.md)** - 모든 메서드, 타입, 마이그레이션 가이드
21
- - 🔄 **[글로벌 비교 가이드](./docs/global-hooks-comparison-ko.md)** - useGlobalForm vs useGlobalFormaState 비교
22
- - ⚖️ **[라이브러리 비교 가이드](./docs/library-comparison-ko.md)** - Forma vs 다른 상태 관리 라이브러리 비교
23
- - ⚡ **[성능 최적화 가이드](./docs/best-practices-ko.md)** - 최고 성능을 위한 모범 사례
24
- - 🏠 **[GitHub](https://github.com/ehfuse/forma)**
18
+ - 🚀 **[시작 가이드](https://github.com/ehfuse/forma/blob/main/docs/getting-started-ko.md)** - 단계별 튜토리얼과 예제
19
+ - 📖 **[완전한 문서](https://github.com/ehfuse/forma/blob/main/docs/README-ko.md)** - API 레퍼런스, 사용 사례, 고급 기능
20
+ - 📋 **[API 레퍼런스](https://github.com/ehfuse/forma/blob/main/docs/API-ko.md)** - 모든 메서드, 타입, 마이그레이션 가이드
21
+ - **[성능 최적화 가이드](https://github.com/ehfuse/forma/blob/main/docs/best-practices-ko.md)** - 최고 성능을 위한 모범 사례
25
22
 
26
23
  ### English
27
24
 
28
- - 🚀 **[Getting Started Guide](./docs/getting-started-en.md)** - Step-by-step tutorial and examples
29
- - 📖 **[Complete Documentation](./docs/README-en.md)** - API reference, use cases, advanced features
30
- - 📋 **[API Reference](./docs/API-en.md)** - All methods, types, migration guide
31
- - 🔄 **[Global Hooks Comparison Guide](./docs/global-hooks-comparison-en.md)** - useGlobalForm vs useGlobalFormaState comparison
32
- - ⚖️ **[Library Comparison Guide](./docs/library-comparison-en.md)** - Forma vs other state management libraries
33
- - ⚡ **[Performance Optimization Guide](./docs/best-practices-en.md)** - Best practices for optimal performance
34
- - 🏠 **[GitHub](https://github.com/ehfuse/forma)**
25
+ - 🚀 **[Getting Started Guide](https://github.com/ehfuse/forma/blob/main/docs/getting-started-en.md)** - Step-by-step tutorial and examples
26
+ - 📖 **[Complete Documentation](https://github.com/ehfuse/forma/blob/main/docs/README-en.md)** - API reference, use cases, advanced features
27
+ - 📋 **[API Reference](https://github.com/ehfuse/forma/blob/main/docs/API-en.md)** - All methods, types, migration guide
28
+ - **[Performance Optimization Guide](https://github.com/ehfuse/forma/blob/main/docs/best-practices-en.md)** - Best practices for optimal performance
35
29
 
36
- Forma는 React 애플리케이션에서 폼 상태를 효율적으로 관리하기 위한 고성능 라이브러리입니다. 개별 필드 구독을 통한 선택적 리렌더링과 글로벌 폼 상태 공유 기능을 제공합니다.
30
+ ### Links | 링크
37
31
 
38
- _Forma is a high-performance library for efficiently managing form state in React applications. It provides selective re-rendering through individual field subscriptions and global form state sharing capabilities._
32
+ - 🏠 **[GitHub Repository](https://github.com/ehfuse/forma)**
33
+ - 📦 **[NPM Package](https://www.npmjs.com/package/@ehfuse/forma)**
39
34
 
40
35
  ---
41
36
 
@@ -57,7 +52,7 @@ _Forma is a high-performance library for efficiently managing form state in Reac
57
52
 
58
53
  ```bash
59
54
  npm install @ehfuse/forma
60
- ````
55
+ ```
61
56
 
62
57
  ```bash
63
58
  yarn add @ehfuse/forma
@@ -192,37 +187,19 @@ function UserDashboard() {
192
187
  }
193
188
  ```
194
189
 
195
- ## � 문서 | Documentation
196
-
197
- ### 한국어 | Korean
198
-
199
- - 📖 **[완전한 문서](./docs/README-ko.md)** - API 레퍼런스, 사용 사례, 고급 기능
200
- - 🌐 **[useGlobalForm 사용법](./docs/useGlobalForm-guide-ko.md)** - 글로벌 폼 상태 관리 가이드
201
- - 🔄 **[글로벌 훅 비교 가이드](./docs/global-hooks-comparison-ko.md)** - useGlobalForm vs useGlobalFormaState 비교
202
- - ⚖️ **[라이브러리 비교 가이드](./docs/library-comparison-ko.md)** - Forma vs 다른 상태 관리 라이브러리 비교
203
- - ⚡ **[성능 최적화 가이드](./docs/best-practices-ko.md)** - 최고 성능을 위한 모범 사례
204
-
205
- ### English
206
-
207
- - 📖 **[Complete Documentation](./docs/README-en.md)** - API reference, use cases, advanced features
208
- - 🌐 **[useGlobalForm Usage Guide](./docs/useGlobalForm-guide-en.md)** - Global form state management guide
209
- - 🔄 **[Global Hooks Comparison Guide](./docs/global-hooks-comparison-en.md)** - useGlobalForm vs useGlobalFormaState comparison
210
- - ⚖️ **[Library Comparison Guide](./docs/library-comparison-en.md)** - Forma vs other state management libraries
211
- - ⚡ **[Performance Optimization Guide](./docs/best-practices-en.md)** - Best practices for optimal performance
212
-
213
190
  ---
214
191
 
215
192
  ## 🎯 When to choose Forma?
216
193
 
217
- 언제 Forma를 선택해야 할까요?
194
+ **언제 Forma를 선택해야 할까요?**
218
195
 
219
196
  Forma is **specialized for form state management** and shines in specific scenarios. Here's when Forma is the perfect choice for your project.
220
197
 
221
- Forma는 **폼 상태 관리에 특화**된 라이브러리로 특정 시나리오에서 빛을 발합니다. 다음은 Forma가 프로젝트에 완벽한 선택이 되는 경우입니다.
198
+ _Forma는 **폼 상태 관리에 특화**된 라이브러리로 특정 시나리오에서 빛을 발합니다. 다음은 Forma가 프로젝트에 완벽한 선택이 되는 경우입니다._
222
199
 
223
200
  ### ✨ Perfect for these use cases:
224
201
 
225
- 이런 경우에 완벽합니다:
202
+ **이런 경우에 완벽합니다:**
226
203
 
227
204
  **🎨 MUI (Material-UI) Projects**
228
205
  **MUI (Material-UI) 프로젝트**
@@ -286,7 +263,7 @@ const userEmail = form.useFormValue("user.email");
286
263
  // user.name 변경 시 → userName 필드만 리렌더링 | Only userName field re-renders
287
264
  ```
288
265
 
289
- **[성능 최적화 상세 가이드 보기 | View Detailed Performance Guide](./docs/best-practices-ko.md)**
266
+ **[성능 최적화 상세 가이드 보기 | View Detailed Performance Guide](https://github.com/ehfuse/forma/blob/main/docs/best-practices-ko.md)**
290
267
 
291
268
  ---
292
269
 
@@ -294,7 +271,7 @@ const userEmail = form.useFormValue("user.email");
294
271
 
295
272
  - **📦 NPM**: [https://www.npmjs.com/package/@ehfuse/forma](https://www.npmjs.com/package/@ehfuse/forma)
296
273
  - **🐙 GitHub**: [https://github.com/ehfuse/forma](https://github.com/ehfuse/forma)
297
- - **📄 라이선스 | License**: [MIT](./LICENSE)
274
+ - **📄 라이선스 | License**: [MIT](https://github.com/ehfuse/forma/blob/main/LICENSE)
298
275
 
299
276
  ---
300
277
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ehfuse/forma",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Advanced React state management library with individual field subscriptions - supports both forms and general state management with useFormaState",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",