Skip to content

Commit 1b7b6b7

Browse files
authored
Update README.md
1 parent ae501b9 commit 1b7b6b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,11 @@ You don’t need a thousand nodes rendering your UI logic around the world.\
282282
- **Something like `.toNode()` or `Symbol.toNode`** would allow us to insert anything into the DOM without manually unwrapping them. This
283283
would simplify DOM manipulation by letting custom objects, structures, or even signals to be automatically converted into valid DOM nodes
284284
when inserted.
285+
286+
## What now?
287+
288+
Right now, purify.js works perfectly and being used with every project I and some of my friends make. It works perfectly. No issues.
289+
290+
So what is next then? Well expect no updates until DOM itself gets some updates. Then if a new path for making things even better emerges, then expect new updates.
291+
292+
So when 1.0.0? For 1.0.0 to happen we should get some new updates to DOM, which let's us solves problems like lifecycles, appendablity, fragments in a more elegant way. And when we apply those changes and make sure there are no issues, then we can call it 1.0.0.

0 commit comments

Comments
 (0)