nextpy icon indicating copy to clipboard operation
nextpy copied to clipboard

🤖Self-Modifying Framework from the Future 🔮 World's First AMS

Results 24 nextpy issues
Sort by recently updated
recently updated
newest added

**Description:** Added a python flavour to code part of the markdown to highlight syntanctically ## Summary by CodeRabbit - **Documentation** - Updated README to reflect changes in code styling options.

This pull request introduces significant improvements to state management, event parsing, and frontend context handling, along with refactoring and code hygiene enhancements. **Key Changes:** **New Features:** - **Backend State and...

## Summary by CodeRabbit - **New Features** - Introduced a simple counter application in the "unstyled_example" app. - Added email functionality with configuration, template management, and message handling. - Implemented...

The goal of this feature request is to integrate SQLSync into the Nextpy framework. SQLSync is a collaborative, offline-first wrapper around SQLite, aimed at synchronizing web application state across various...

enhancement

### Steps to Reproduce 1. Create an `xt.input()` component with a lambda function for handling events (e.g., `on_input`). 2. Run the application. 3. It will display `TypeError` related to JSON...

documentation
AI Code Gen

We could introduce `@xt.method` decorator in Nextpy for defining event handlers within state classes. This feature is intended to enhance code readability, standardize the declaration of methods handling state changes,...

AI Code Gen

Currently, integrating certain Tailwind CSS plugins into Nextpy projects presents a significant challenge. This is primarily due to the limited customization options available within the `tailwind.config.js` setup. This limitation hinders...

enhancement

As we optimize our applications by shifting more processing to compile-time, we've observed a significant increase in compilation times. To address this, a potential rewrite of the compiler in Rust...

enhancement

Recreate the Streamlit roadmap page using Nextpy. This will serve as a practical demonstration of Nextpy’s performance in a real-world application scenario. Use this recreation as a benchmark to quantify...

enhancement