Skip to content

Commit c509b95

Browse files
committed
added readme.md
1 parent ccace9c commit c509b95

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

README.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Here’s a **clean, world-class `README.md`** you can copy-paste directly:
21

32
````md
43
# nullReact
@@ -12,13 +11,13 @@ nullReact is a blazing-fast alternative to traditional React frameworks. Built f
1211

1312
## ✨ Features
1413

15-
- **Compiler-First**: Converts JSX directly to reactive JavaScript.
16-
- 🔁 **Signals + Effects**: Built-in fine-grained reactivity system.
17-
- 🧠 **No Virtual DOM**: Direct DOM updates for extreme performance.
18-
- 📦 **<1KB Runtime**: Includes a minimal runtime shipped separately.
19-
- 🛠️ **Written in Rust**: Built for speed and safety.
14+
- **Compiler-First**: Converts JSX directly to reactive JavaScript.
15+
- **Signals + Effects**: Built-in fine-grained reactivity system.
16+
- **No Virtual DOM**: Direct DOM updates for extreme performance.
17+
- **<1KB Runtime**: Includes a minimal runtime shipped separately.
18+
- **Written in Rust**: Built for speed and safety.
2019

21-
## 🚀 Quick Start
20+
## Quick Start
2221

2322
```bash
2423
# Clone and build
@@ -30,14 +29,14 @@ make build
3029
make bench
3130
````
3231

33-
## 🧪 Examples
32+
## Examples
3433

3534
```jsx
3635
examples/1m-signals.jsx // 1 Million Signals, outperforms React
3736
examples/10k-filter.jsx // 10,000-item filtering demo
3837
```
3938

40-
## 📁 Folder Structure
39+
## Folder Structure
4140

4241
```
4342
nullreact/
@@ -57,19 +56,14 @@ nullreact/
5756
└── .gitignore # Clean ignored files
5857
```
5958

60-
## 💡 Philosophy
59+
## Philosophy
6160

6261
* Reactivity should be **compiled**, not interpreted.
6362
* Runtime should be **opt-in**, not bloated.
6463
* Performance should be **measurable**, not theoretical.
6564

66-
## 📜 License
65+
## License
6766

6867
MIT © [Pawan Pediredla](mailto:pawanpediredla)
6968

7069
GitHub: [@pavanscales](https://github.com/pavanscales)
71-
72-
```
73-
74-
Let me know if you want badges, logo, or GitHub Actions status added to it, brother.
75-
```

0 commit comments

Comments
 (0)