simon360 / react-from-markup

Declare your React components with static HTML
MIT License
18 stars 4 forks source link

Split react-from-markup package into more effective files with better names #15

Open simon360 opened 6 years ago

simon360 commented 6 years ago

index.js of react-from-markup has unclear function names.

The names should be improved, and - to aid in hunting down and removing unnecessary circular dependencies, and generally improve code readability - each function should be split into its own file.