Nucleus — A core library of reusable React components and custom hooks that form the foundation of your projects. Lightweight, modular, and developer-friendly, Nucleus helps you build clean, scalable React apps faster by providing essential building blocks out of the box.

5 Open Issues Need Help Last updated: Jul 9, 2025

Open Issues Need Help

View All on GitHub
Generic checkbox component about 2 months ago

AI Summary: Create a reusable, accessible, and aesthetically pleasing checkbox component for the Nucleus React component library. The component should be stateless and follow the existing Nucleus styling guidelines.

Complexity: 3/5
good first issue Atom

Nucleus — A core library of reusable React components and custom hooks that form the foundation of your projects. Lightweight, modular, and developer-friendly, Nucleus helps you build clean, scalable React apps faster by providing essential building blocks out of the box.

TypeScript
Generic Radiobutton atom about 2 months ago

AI Summary: Create a new stateless, accessible, and visually appealing RadioButton React component for the Nucleus library. This component should adhere to the existing Nucleus design principles and include thorough testing.

Complexity: 3/5
good first issue Atom

Nucleus — A core library of reusable React components and custom hooks that form the foundation of your projects. Lightweight, modular, and developer-friendly, Nucleus helps you build clean, scalable React apps faster by providing essential building blocks out of the box.

TypeScript
IPV6 address validator about 2 months ago

AI Summary: Create a regular expression and a wrapper function for validating IPv6 addresses in the Nucleus React component library. The function should provide a simple interface, while the raw regex is also exported for more complex use cases.

Complexity: 3/5
good first issue Regex

Nucleus — A core library of reusable React components and custom hooks that form the foundation of your projects. Lightweight, modular, and developer-friendly, Nucleus helps you build clean, scalable React apps faster by providing essential building blocks out of the box.

TypeScript

AI Summary: Create a robust regular expression for validating strong passwords and export it as both a raw regex and a wrapper function for easier use within the Nucleus library. This should align with the existing pattern of providing both raw and wrapped versions of regular expressions.

Complexity: 3/5
good first issue Regex

Nucleus — A core library of reusable React components and custom hooks that form the foundation of your projects. Lightweight, modular, and developer-friendly, Nucleus helps you build clean, scalable React apps faster by providing essential building blocks out of the box.

TypeScript

AI Summary: Create and add to the Nucleus library two functions for validating IPv4 addresses: one a wrapper function for ease of use, and the other the raw regular expression itself. These should be added to the existing regular expression section of the library, along with appropriate documentation and tests.

Complexity: 2/5
good first issue Regex

Nucleus — A core library of reusable React components and custom hooks that form the foundation of your projects. Lightweight, modular, and developer-friendly, Nucleus helps you build clean, scalable React apps faster by providing essential building blocks out of the box.

TypeScript