Implementing React in Next.js
2025-01-08
To use React in a .tsx, use:
.tsx
import React from 'react';
npm [name-of-pkg]