Preact for production

Hello,

Small post to ask a question about preact. At work, I’m currently developing with vue, which is quite well-known with a fairly large community. Regarding preact, is it a good idea to develop an application to put into production? Is it reliable in the long term?

I’m afraid to get into it and then think that it will stop in the next 2 years ^^

Thanks :slight_smile:

Hello!

You should consider that preact is just a lightweight version of React. If preact disappears, you can use React instead with little adaptation.

OK, I see, thank you :slight_smile: