Does it support React? #857
-
Just found this project, pretty amazed by it! Looks great! Excited to start using it to augment my setup :) The README seems to suggest it only supports Vue.js. Is that the case? Would it support React apps out-of-the-box or would it require changes to the architecture? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Do you wish to extend EAF using React? This is what EAF means by "EAF supporting Vue.js", it is currently not supported. I believe changes to the architecture isn't necessary, just needing some tweaks similar to Vue.js to make React work. I don't know React well enough to say for certain. If you mean opening React websites or developing ordinary React apps and preview it using EAF, yes that's already possible, EAF Browser is just like any ordinary modern browser. |
Beta Was this translation helpful? Give feedback.
-
yes,you can use npm build react template, then make EAF can found index.html that generate by npm build. |
Beta Was this translation helpful? Give feedback.
yes,you can use npm build react template, then make EAF can found index.html that generate by npm build.