puntorigen / easy-jsx-parser

Simple JSX tags parser that returns an easy to read object for every JSX tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support parallel tags as Array of objects

puntorigen opened this issue · comments

Currently every tag is an object, but if there're siblings of a tag, we should group them as an array to also keep them sorted.