0.1.1 #2

Merged
Thilawyn merged 6 commits from next into master 2025-07-18 16:23:15 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ea8256122e - Show all commits

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",