This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user