Class Components
We will only use class-based components. We prefer them over functional components, with the added benefits of classes being well-defined and highly structured.
The Best of Both Worlds
With AtomJS, we aim to build a class-based framework that takes the benefits of JSX, React and Vue, and combines them into the best possible version.
Powered by JSX
Extend or customize your website layout by reusing JSX with our AtomJS framework. Because of this, many principles behind React will carry over. Making it an easy transition.