npm-redux-slices
v1.0.1
Published
My reusable Redux core with slices, store, hooks and request setup
Readme
/*_ @type {import('next').NextConfig} _/ const nextConfig = { env: { NEXT_PUBLIC_API_URL: "https://api.site.com", // Burayı istediğin gibi değiştir }, };
module.exports = nextConfig;
import { Provider } from "react-redux"; import { store, setApiConfig } from "my-redux-core";
setApiConfig({ getArticles: "custom_articles", });
