2020-08-21
1945
#react
Peter Ekene Eze
23684
Aug 21, 2020 â‹… 6 min read

Trying out the new Bootstrap 5 with React

Peter Ekene Eze Learn, Apply, Share

Recent posts:

How to display notification badges on PWAs using the Badging API

Ding! You got a notification, but does it cause a little bump of dopamine or a slow drag of cortisol? […]

Chigozie Oduah
Sep 13, 2024 â‹… 4 min read
JWT Authentication: Best Practices And When To Use It

JWT authentication: Best practices and when to use it

A guide for using JWT authentication to prevent basic security issues while understanding the shortcomings of JWTs.

Flavio Copes
Sep 12, 2024 â‹… 5 min read

Auth.js adoption guide: Overview, examples, and alternatives

Auth.js makes adding authentication to web apps easier and more secure. Let’s discuss why you should use it in your projects.

Clara Ekekenta
Sep 12, 2024 â‹… 10 min read
Lucia Auth: An Auth.js Alternative For Next.js Authentication

Lucia Auth: An Auth.js alternative for Next.js authentication

Compare Auth.js and Lucia Auth for Next.js authentication, exploring their features, session management differences, and design paradigms.

Paul Akinyemi
Sep 12, 2024 â‹… 4 min read
View all posts

5 Replies to "Trying out the new Bootstrap 5 with React"

  1. How do I use it without Sass?

    do I use it like boostrap-react where I have to for example use a button I use

    import Button from ‘bootstrap’

    in the component js file?

  2. I installed Bootstrap 5 on react App but there is a problem on navigation, dropdown menu.
    It doesn’t work even I added js file to my project.
    I would be appreciated if you help me

Leave a Reply