See the blog post for more information!
This is the React/Redux TodoMVC example implementing a todo list app, but with the reducers deleted (i.e., no business logic). Instead, the app's initial state and actions are fed through ChatGPT, which predicts new states automatically! This is implemented via the react-redux-chatgpt
plugin.
MIT (since the original code was pulled from Redux)
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this work by you shall be licensed as above, without any additional terms or conditions.