/todolist_with_custom_redux_and_vanillajs

In this project I developed the Redux core and wrote the createStore function myself and used it in my project.In this project, I developed 4 methods: dispatch, getState, subscribe, and unsibscribe. You can check my codes in this project in the redux.js file.

Primary LanguageJavaScript

Stargazers