Giter Club home page Giter Club logo

raladmin's Introduction

#Ribeiro框架

#布局 https://medium.com/how-to-react/create-a-sidebar-menu-in-react-js-3463b306ca9a

#代码使我头疼之React初学习 https://zhuanlan.zhihu.com/p/450137852

#React 项目配置 & Win10 WSL https://juejin.cn/post/6844903808363921415

#tab bars https://web.archive.org/web/20090406212254/http://azadcreative.com/2009/03/bulletproof-css-sliding-doors/

#其他框架 https://expressjs.com/ https://nextjs.org/

#docker(https://mherman.org/blog/dockerizing-a-react-app/) docker run -itd --name zyjs_admin -p 30080:30080 -v ./:/app --restart=always node:18-alpine3.17 docker run -itd --name zyjs_admin -p 30000:30000 -v {$PWD}:/app --restart=always node:18-alpine3.17

#ui example https://versions.bulma.io/0.4.4/documentation/elements/button/

#admin template https://demos.creative-tim.com/paper-dashboard-pro-react/?_ga=2.41656610.1065156433.1693385433-527350151.1692432745#/admin/extended-forms

浅红:#ffb3b3 浅蓝:#72d0eb 钱绿:#b1dfbb 葡萄褐:rgb(163,153,153) ━ ✚

1 React Route Dom 子路由组织问题,缺少Outlet,坑了半天 2 元素点击删除(不是display=none),属于元素以外的区域,坑了一天

/// https://stackoverflow.com/questions/48846289/why-is-my-react-component-is-rendering-twice // You are running your app in strict mode. Go to index.js and comment strict mode tag. You will find a single render. // // This happens is an intentional feature of the React.StrictMode. It only happens in development mode and should help to find accidental side effects in the render phase. // // From the docs: // // Strict mode can’t automatically detect side effects for you, but it can help you spot them by making them a little more deterministic. This is done by intentionally double-invoking the following functions:... // // ^ In this case the render function. // // Official documentation of what might cause re-rendering when using React.StrictMode: // // https://reactjs.org/docs/strict-mode.html#detecting-unexpected-side-effects

raladmin's People

Contributors

chaxiaomao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.