Version bump
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-07-18 15:34:22 +02:00
parent 4baece6811
commit ea8256122e
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ Documentation is currently being written. In the meantime, you can take a look a
- `react` & `@types/react` 19+
## Known issues
- Hot module replacement doesn't work for Effect FC's yet. Page reload is required to view changes. Regular React components are unaffected.
- React Refresh replacement doesn't work for Effect FC's yet. Page reload is required to view changes. Regular React components are unaffected.
## What writing components looks like
```typescript

View File

@@ -1,7 +1,7 @@
{
"name": "effect-fc",
"description": "Write React function components using Effect generators",
"version": "0.1.0",
"description": "Write React function components with Effect",
"version": "0.1.1",
"type": "module",
"files": [
"./README.md",