suche
suche
suche
suche
suche

Kategorie 'React'

6 Treffer

PDF Reader implementation with pdf-lib and react-lib in Next.js 14

02.09.2024
tuedodev

Publish your content safely and make your PDF documents in Next.js readable on desktop and mobile devices.

Read more
#018

Next.js 2-Factor Authentication with Email and Password credentials based on session cookies and Prisma ORM

12.04.2024
tuedodev

Next.js 2-Factor Authentication (app directory) with Email and Password credentials, role-based authorizations, basic admin dashboard with CRUD functionality and toggle …

Read more
#017

Light and dark theme toggle button for Next JS

05.03.2024
tuedodev

Next JS together with SSR can be a challenge to create a flicker-free toggle button for light and dark, but …

Read more
#016

Typescript Form Validation In React and React Framework Material UI

22.02.2022
tuedodev

Multiple validations on TextFields or Select fields? Simply use this validation form coded in React, the framework Material UI and …

Read more
#010

React Textbox with text alignment justified and ResizeObserver API

15.03.2021
tuedodev

Although there is a CSS property text-align: justify to generate justified text inside a paragraph, the display of individual lines …

Read more
#005

React App: Flexbox mit gleicher Spaltenbreite durch flex-basis: 100-Prozent

02.03.2021
tuedodev

Gleichmäßige Spaltenbreiten lassen sich mit display:flex beim Parent-Element und flex-basis: 100% beim child-Element einfach und intuitiv umsetzen. Auch dann noch, …

Weiterlesen
#004