Aslemammad / vitext

The Next.js like React framework for better User & Developer experience!
MIT License
388 stars 6 forks source link

SolidJs Support #8

Open vincent-vade opened 2 years ago

vincent-vade commented 2 years ago

Hi,

Firstly this project look cool... It is possible to add Solid support in the future or in the plan of next feature ?

Best regards

Aslemammad commented 2 years ago

Hello. Solid is a perfect thing, I like the no-virtual-dom part, And I'd love to add it (like preact). But I'm not that familiar with its community & .... So could you elaborate on how we can do that & Why?

(I mention @ryansolid so he can give his thoughts)

ryansolid commented 2 years ago

Well Solid does not have React compat so this might be a challenge for any project not prepared to be multi-framework. It isn't an easy swap like Preact is. Beyond that I'm not sure what else would be involved.

Aslemammad commented 2 years ago

Yes, we can first bring simple solid ssr, then work on things like "vitext/head", "vitext/app" or "vitext/dynamic". How about that?

PuruVJ commented 2 years ago

@Aslemammad superb idea in my opinion. This could become the go to way to do opinionated React, Preact and Solid SSG/SSR apps

Aslemammad commented 2 years ago

@PuruVJ Exactly.