|
If you want a batteries-included, zero-config Django + React framework, check out https://www.reactivated.io . It incorporates most of these best practices, along with React server side rendering in addition to regular Django templates. Full disclosure: I'm the creator. |
> export const Flavor = () => <Select options={flavors} />;
When I read the above, I fear for the new devs. The number of concepts to grasps and the level of parsing and mind bending to do is incredible.
I used to teach code, before arrow functions and React. And I am convinced I would have lost some students to this snippet, especially the "= () =>" segment.
Are we gone too far syntactically for the sake of compactness rather than understandability, allin the name of (fake, IMO) readability?