Substitutes for things you usually will do with Bootstrap
Consider hint.css. It's a pure HTML/CSS solution:
<a
href='...'
class='submit-button hint--bottom'
aria-label='Please check your entries before submitting!'>
Submit
</a>
Consider not using jQuery. Here's how you can do it with DOM:
Consider headroom.js to make sticky headers.
Consider rellax.
Consider:
Consider:
- Jeet lets you build grids with Sass
- Pure.css has grids. No Sass support though
- ...consider writing your own classes as needed. Grids are easy to do with Flexbox!
Use window.fetch
instead of jQuery's $.get
or $.ajax
.
Consider:
Moment.js is huge, bloated, and not very friendly to functional approaches. Consider instead:
Consider:
Consider:
- tingle
- reach-dialog (React)
To use React components in your non-React site, consider: