Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/picomet/picomet
The nextjs of Django
https://github.com/picomet/picomet
django nextjs picomet
Last synced: 2 months ago
JSON representation
The nextjs of Django
- Host: GitHub
- URL: https://github.com/picomet/picomet
- Owner: picomet
- License: mit
- Created: 2024-02-22T15:22:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:37:21.000Z (3 months ago)
- Last Synced: 2024-10-19T12:39:31.033Z (3 months ago)
- Topics: django, nextjs, picomet
- Language: Python
- Homepage: https://pypi.org/project/picomet
- Size: 371 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Picomet
![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/picomet)
![PyPI - Django Versions](https://img.shields.io/pypi/djversions/picomet)
[![PyPI - Version](https://img.shields.io/pypi/v/picomet)](https://pypi.org/project/picomet)
![PyPI - Downloads](https://img.shields.io/pypi/dw/picomet)
![GitHub](https://img.shields.io/github/license/picomet/picomet)
[![Discord](https://img.shields.io/badge/Discord-5865f2.svg?logo=discord&logoColor=white)](https://discord.gg/4byApQZg8X)> **Tip**: Picomet isn't stable at this moment. Stability is expected with the 1.0.0 release. Remember to run `pip install --upgrade picomet` from time to time, to get the latest features and bug fixes.
## Introduction
Picomet allows you to build Single Page Applications (SPAs) with Server-Side Rendering (SSR) capabilities, seamlessly integrated with Django. What sets this framework apart is its ability to update any specific part of a page by partially rendering it on the server and to render Alpinejs syntax on the server.
## Features
- 🏚️ Single page app
- 🔎 Partial rendering
- 🏯 Nested layout
- ☎️ Server action
- ⚡ Hot module reload
- 🌲 Alpinejs support
- 🖌️ Tailwind support
- ✨ Copier starter![Picomet](example.png)
## Getting Started
Go to https://picomet.readthedocs.io for getting started
## Contribution Guideline
We welcome contributions from the community to enhance and improve the framework. If you'd like to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Picomet is licensed under the **MIT License**. Feel free to use it in your projects and make it even better!
## Support
If you have any questions, issues, or feature requests, please open an issue or create a discussion on GitHub. We appreciate your feedback!
Happy coding! 🚀