For a small project that needa blazing fast speed, which to prefer.
- REACT
- PREACT
- INFERNO
- MITHRIL
- MOON
For a small project that needa blazing fast speed, which to prefer.
For further actions, you may consider blocking this person and/or reporting abuse
Sourav Mishra -
Mayank Mohapatra -
Giovambattista Fazioli -
Aleksey Nagovitsyn -
Top comments (12)
Blazing fast in what sense? Creating nodes, Updating the ui, bundle size?
Both Preact and React are fast enough.
I will choose Preact, because is 3kb.
But if you want to use hooks with preact you have to install an unstable version
preact@next
because the stable version doesn't have them.Preact entered beta a few weeks ago, and so far it's been quite stable. I'm using it for 2 projects - nothing to report bar one quirky TypeScript typing.
I would say start with react and eject when you find preact is actually making your app faster.
Preact, definitely. I'd say you can also use react with better CDN for serving media elements. If that's something you are planning on using.
Inferno ;P
Some comments may only be visible to logged-in visitors. Sign in to view all comments.