![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@bnk/react
Advanced tools
![npm bundle size](https://img.shields.io/bundlephobia/min/%40bnk%2Freact)
This plugin library provides a collection of easy-to-use, modular plugins to enhance the functionality of Bun Nookit applications. These plugins are not core modules but are built upon the core modules, adding extra features and flexibility to Bun Nookit projects.
The main purpose of these plugins is to extend the functionality of Bun Nookit applications and make it more versatile for developers. Some of the plugins available in this library include:
Getting Started To use a plugin in your Bun Nookit project, simply install it as a dependency and import the relevant functions or components:
TBD
Available Plugins
A React-based plugin for client-side data fetching. It provides an easy-to-use fetcher with React hooks that handle fetching data from APIs and keeping track of the request status.
Usage example:
js
import { useFetcher } from '@bnkit/react';
const fetch = useFetcher({ url: 'https://api.example.com' });
// Fetch data using the get method
fetch.get('/resource');
// Fetch data using the post method with parameters
fetch.post('/resource', { params: { test: 'test' } });
// Get the current status of the fetch request
fetch.getStatus();
Contributions to the Bun Nookit plugin library are welcome! If you have an idea for a plugin or would like to improve an existing one, please feel free to submit a pull request or open an issue for discussion.
This should give you a good starting point for your Bun Nookit plugins README. Modify and expand it as needed to include additional plugins or details about their usage.
FAQs
![npm bundle size](https://img.shields.io/bundlephobia/min/%40bnk%2Freact)
The npm package @bnk/react receives a total of 0 weekly downloads. As such, @bnk/react popularity was classified as not popular.
We found that @bnk/react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.