Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cra-template-react-redux-toolkit

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-react-redux-toolkit - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

template/.prettierignore

6

package.json
{
"name": "cra-template-react-redux-toolkit",
"version": "0.4.0",
"version": "0.5.0",
"eslintConfig": {

@@ -24,3 +24,5 @@ "extends": [

"main": "index.js",
"devDependencies": {},
"devDependencies": {
"prettier": "^3.0.3"
},
"repository": {

@@ -27,0 +29,0 @@ "type": "git",

@@ -71,1 +71,12 @@ # Create React App with Redux-Toolkit and Material-UI (MUI)

## Development(Contribute)
simply anyone can clone the project then run the template and check first
run inside the project
`npx create-react-app my-app --template file:.`
run in different location
`npx create-react-app my-app --template file:../path/to/your/template/cra-template-[template-name]`

@@ -28,7 +28,9 @@ {

"devDependencies": {
"json-server": "^0.17.1"
"cross-env": "^7.0.3",
"json-server": "^0.17.4",
"prettier": "3.0.3"
},
"scripts": {
"start": "REACT_APP_VERSION=$npm_package_version react-scripts start",
"build": "REACT_APP_VERSION=$npm_package_version react-scripts build",
"start": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts start",
"build": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts build",
"test": "react-scripts test",

@@ -35,0 +37,0 @@ "eject": "react-scripts eject",

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ window._env_ = {

# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

@@ -75,1 +75,13 @@ # Create React App with Redux-Toolkit and Material-UI (MUI)

## Development(Contribute)
simply anyone can clone the project then run the template and check first
run inside the project
`npx create-react-app my-app --template file:.`
run in different location
`npx create-react-app my-app --template file:../path/to/your/template/cra-template-[template-name]`

@@ -0,0 +0,0 @@ import {BaseQueryFn, FetchArgs, fetchBaseQuery, FetchBaseQueryError,} from '@reduxjs/toolkit/query'

@@ -0,0 +0,0 @@ import {createApi} from '@reduxjs/toolkit/query/react';

@@ -0,0 +0,0 @@ import { createSlice, PayloadAction } from '@reduxjs/toolkit';

@@ -0,0 +0,0 @@ type AppConfig = {

@@ -0,0 +0,0 @@ import AppConfig from './AppConfig';

@@ -0,0 +0,0 @@ import prodConfig from "./prodConfig";

@@ -0,0 +0,0 @@ import AppConfig from "./AppConfig";

@@ -0,0 +0,0 @@ // A mock function to mimic making an async request for data

@@ -0,0 +0,0 @@ import counterReducer, {

@@ -0,0 +0,0 @@ import { createAsyncThunk, createSlice, PayloadAction } from '@reduxjs/toolkit';

/// <reference types="react-scripts" />

@@ -0,0 +0,0 @@ import { ReportHandler } from 'web-vitals';

@@ -0,0 +0,0 @@ // jest-dom adds custom jest matchers for asserting on DOM nodes.

@@ -0,0 +0,0 @@ import { TypedUseSelectorHook, useDispatch, useSelector } from 'react-redux';

@@ -0,0 +0,0 @@ import { configureStore, ThunkAction, Action } from '@reduxjs/toolkit';

@@ -0,0 +0,0 @@ import i18n from "i18next";

@@ -0,0 +0,0 @@ function scan(e: any) {

@@ -0,0 +0,0 @@ interface ILogger {

@@ -0,0 +0,0 @@ import Config from "../../config";

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc