Giter VIP home page Giter VIP logo

terkea / django_react_template Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 1.0 1.25 MB

A Django and React Template that will help you skip a lot of boilerplate and initial project setup

License: GNU General Public License v2.0

Dockerfile 0.86% HTML 1.06% CSS 1.05% JavaScript 75.64% Python 20.88% Shell 0.51%
antd antd-design django django-rest-framework javascript passwordless passwordless-authentication passwordless-login react react-redux reactjs

django_react_template's Introduction

Hey! Glad to see you.

I'm Marian, fullstack developer based in London.

⚡️ A Few Quick Facts

  • 🔭 I’m currently working on Cutieverse.
  • 🧐 Learning Solidity and GraphQL.
  • 👨‍💻 Most of my projects are available on Github.
  • 💬 Ping me about react, javascript, and security.
  • 🎉 Fun Fact: I'm a huge aquascaping enthusiast and a crypto investor.

⚡ Technologies

javascript css3 docker firebase git html5 java jenkins kubernetes linux mongodb mysql nginx nodejs postgresql python react reactnative redux linux tensorflow php django flask bootstrap tailwind antd

📧 Reach me on:

Linkedin Badge Gmail Badge Blog Website Stack Overflow

django_react_template's People

Contributors

allcontributors[bot] avatar terkea avatar vadimstasiev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

vadimstasiev

django_react_template's Issues

Authentication with JWT?

I see you have drfpasswordless in the settings.py
Is JWT something you'd be interested in adding to this project?

same store

Currently, the login and signup components are sharing the same error state.

navbar active button

when you get redirected from one page to another the Menu.Item active class doesn't kick in, leaving the current page activated while browsing some other page.

login state

After you log in this error kicks in, this question might be related to.

index.js:1 Warning: Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state.
    in Login (created by ConnectFunction)
    in ConnectFunction (created by Context.Consumer)
    in withRouter(Connect(Login)) (created by Context.Consumer)
    in Route (at BaseRouter.js:11)
    in Switch (at BaseRouter.js:9)
    in BaseRouter (at App.js:20)
    in div (at Layout.js:47)
    in main (created by Basic)
    in Basic (created by Context.Consumer)
    in Content (at Layout.js:46)
    in section (created by Context.Consumer)
    in BasicLayout (created by Context.Consumer)
    in Layout (at Layout.js:11)
    in CustomLayout (created by ConnectFunction)
    in ConnectFunction (created by Context.Consumer)
    in withRouter(Connect(CustomLayout)) (at App.js:19)
    in Router (created by BrowserRouter)
    in BrowserRouter (at App.js:18)
    in div (at App.js:17)
    in App (created by ConnectFunction)
    in ConnectFunction (at src/index.js:21)
    in Provider (at src/index.js:20)
console.<computed> @ index.js:1
r @ react_devtools_backend.js:6
printWarning @ react-dom.development.js:88
error @ react-dom.development.js:60
warnAboutRenderPhaseUpdatesInDEV @ react-dom.development.js:23283
scheduleUpdateOnFiber @ react-dom.development.js:21196
enqueueSetState @ react-dom.development.js:12661
push../node_modules/react/cjs/react.development.js.Component.setState @ react.development.js:471
(anonymous) @ Router.js:33
listener @ history.js:155
(anonymous) @ history.js:173
notifyListeners @ history.js:172
setState @ history.js:288
(anonymous) @ history.js:369
confirmTransitionTo @ history.js:145
push @ history.js:350
Login @ Login.js:37
renderWithHooks @ react-dom.development.js:14825
updateFunctionComponent @ react-dom.development.js:17058
beginWork @ react-dom.development.js:18643
beginWork$1 @ react-dom.development.js:23210
performUnitOfWork @ react-dom.development.js:22185
workLoopSync @ react-dom.development.js:22161
performSyncWorkOnRoot @ react-dom.development.js:21787
(anonymous) @ react-dom.development.js:11111
unstable_runWithPriority @ scheduler.development.js:653
runWithPriority$1 @ react-dom.development.js:11061
flushSyncCallbackQueueImpl @ react-dom.development.js:11106
flushSyncCallbackQueue @ react-dom.development.js:11094
batchedUpdates$1 @ react-dom.development.js:21893
notify @ Subscription.js:19
notifyNestedSubs @ Subscription.js:92
handleChangeWrapper @ Subscription.js:97
dispatch @ redux.js:222
e @ VM11564:1
(anonymous) @ index.js:11
dispatch @ redux.js:638
(anonymous) @ auth.js:51
Promise.then (async)
(anonymous) @ auth.js:42
(anonymous) @ index.js:8
dispatch @ VM11564:1
onAuth @ Login.js:115
onFinish @ Login.js:28
onFinish @ Form.js:73
(anonymous) @ useForm.js:590
Promise.then (async)
FormStore.submit @ useForm.js:585
onSubmit @ Form.js:118
callCallback @ react-dom.development.js:188
invokeGuardedCallbackDev @ react-dom.development.js:237
invokeGuardedCallback @ react-dom.development.js:292
invokeGuardedCallbackAndCatchFirstError @ react-dom.development.js:306
executeDispatch @ react-dom.development.js:389
executeDispatchesInOrder @ react-dom.development.js:414
executeDispatchesAndRelease @ react-dom.development.js:3278
executeDispatchesAndReleaseTopLevel @ react-dom.development.js:3287
forEachAccumulated @ react-dom.development.js:3259
runEventsInBatch @ react-dom.development.js:3304
runExtractedPluginEventsInBatch @ react-dom.development.js:3514
handleTopLevel @ react-dom.development.js:3558
batchedEventUpdates$1 @ react-dom.development.js:21902
batchedEventUpdates @ react-dom.development.js:1060
dispatchEventForLegacyPluginEventSystem @ react-dom.development.js:3568
attemptToDispatchEvent @ react-dom.development.js:4267
dispatchEvent @ react-dom.development.js:4189
unstable_runWithPriority @ scheduler.development.js:653
runWithPriority$1 @ react-dom.development.js:11061
discreteUpdates$1 @ react-dom.development.js:21918
discreteUpdates @ react-dom.development.js:1071
dispatchDiscreteEvent @ react-dom.development.js:4168
Show 8 more frames

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.