koenbok / Framer

Framer - Design Everything
https://framer.com
MIT License
5.83k stars 477 forks source link

Framer X version of framer.js release? #587

Open imdaveho opened 5 years ago

imdaveho commented 5 years ago

Hi @koenbok is there an ETA for when framer.js is going to move to the new React/Framer X paradigm?

dkgrieshammer commented 5 years ago

omg please don't

imdaveho commented 5 years ago

@dkgrieshammer Can I ask for additional context here? Wouldn't it make sense to converge the two versions? To be able to programmatically design UX that aligns or can interop with the desktop client was exactly the use case of the original framer.js correct?

dkgrieshammer commented 5 years ago

nope, "original" framerjs didn't have an app/desktop client - it's an opensource javascript library with an optional but really nice generator app added (no coffee needed there). React (today's jquery) is really nice and used all over but sometimes its simple overkill for smaller prototypes and most of all it's pretty opinionated on how it should be included with other ways of organisation. So I would prefer to keep them apart or at least branch; just my five cents ;)