DEV Community

John B
John B

Posted on

React headless components

Frontend is hard. Most of the times, dev just want to be able to ship something without needing to reinvent the wheel but still having the flexibility to do whatever their minds dictate.

Since the start of the year, we have been experimenting with headless components: the engineering and the logic is captured by these headless components and all a frontend dev needs to do is to instantiate them with their UI components. To make it easier, we provide a sample implementation in bootstrap. From there, applications can be built quickly and with confidence, knowing there are solid foundations supporting the app.

Some headless components we have:

  • data table
  • form
  • layout with tabs and cards
  • data loader
  • Status Change

This is the start but we plan on integrating many features in the future.

Feedback and support is always appreciated!

link to the repo: https://github.com/nexys-system/react-headless
demo: https://nexys-system.github.io/react-headless/

Top comments (0)