You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
The readability of an array can already become very bad after supplying an array for a component with 2 or more nested children.
Describe the solution you'd like
This can be improved by using a similar approach as React did with the invention of their JSX syntax. Except this time without the use of JavaScript, but instead with PHP.
Is your feature request related to a problem? Please describe.
The readability of an array can already become very bad after supplying an array for a component with 2 or more nested children.
Describe the solution you'd like
This can be improved by using a similar approach as React did with the invention of their JSX syntax. Except this time without the use of JavaScript, but instead with PHP.
Acceptance Criteria
Test case
A HTML parser might accept a string like this:
Which can be converted into an array like this:
The text was updated successfully, but these errors were encountered: