jsx-to-clojurescript icon indicating copy to clipboard operation
jsx-to-clojurescript copied to clipboard

Command and library to convert JSX snippets to Om/Reagent/Rum or other Clojurescript-style format.

Results 1 jsx-to-clojurescript issues
Sort by recently updated
recently updated
newest added

Hey, thank you for this amazing tool! I've been trying to implement the "simple" example from beautiful-dnd: https://raw.githubusercontent.com/atlassian/react-beautiful-dnd/master/stories/src/simple/simple.jsx The following is the JSX I am translating: ```jsx {(droppableProvided, droppableSnapshot) =>...