OpenChakra is an open-source visual editor for React
21–30 of 77 posts
Re: OpenChakra is an open-source visual editor for React
#22Is there any toolkit available that lets you build a UI editor like this? We would like to ship a UI editor with our product that lets you define simple UIs that serialize to json/xml but are hesitant because of the effort required and resources at hand.
I wondery why people don't use SVG to describe their UIs. Then you don't have to invent a new language, worry about serializing, etc. SVG support in browsers is old and relatively stable.
Re: OpenChakra is an open-source visual editor for React
#23Is there any toolkit available that lets you build a UI editor like this? We would like to ship a UI editor with our product that lets you define simple UIs that serialize to json/xml but are hesitant because of the effort required and resources at hand.
Re: OpenChakra is an open-source visual editor for React
#24Earlier quoted context omitted.
I wondery why people don't use SVG to describe their UIs. Then you don't have to invent a new language, worry about serializing, etc. SVG support in browsers is old and relatively stable.
Because using SVG for user interfaces is bad for accessibility (e.g. for users who rely on screen readers)
Re: OpenChakra is an open-source visual editor for React
#25Re: OpenChakra is an open-source visual editor for React
#26OpenChakra is to React what X is to Vue. Does X exist?
Re: OpenChakra is an open-source visual editor for React
#27OpenChakra is to React what X is to Vue. Does X exist?
Re: OpenChakra is an open-source visual editor for React
#28As an engineer who works on design systems for a living, I have to say I'm thoroughly impressed with Chakra UI. Its implementation is refreshingly simple and support for generally overlooked things like color theming and responsiveness is generally really well done. Props to the devs for building this -- the care and attention to detail definitely shows.
Re: OpenChakra is an open-source visual editor for React
#29Re: OpenChakra is an open-source visual editor for React
#30Is there any toolkit available that lets you build a UI editor like this? We would like to ship a UI editor with our product that lets you define simple UIs that serialize to json/xml but are hesitant because of the effort required and resources at hand.