SolidJS Modal
About this project:
This was a project I created to kick off my YouTube career. It demonstrates how to develop an accessible Modal using SolidJS. Some other info about the project:
- Built in SolidJS which is very similar to React but fixes a lot of the pitfalls ReactJS has
- Showcases the different features that SolidJS offers including some features that React does not have but could benefit from
- Uses signals for state management
- Does not use the virtual DOM for diffing which makes it much more performant in the long term
- The modal is completely accessible meaning it's ADA compliant and a keyboard can be used to open/close the modal as well as navigate from field to field in the Modal
- Video can be found here