yarn global add fervor
Name: Parris
Role: Director of Web - Brigade - Civic Tech
Twitters: @parrissays
Githubs: @parris
do we like github anymore? thanks Micro$oft (jk)
You get everything provided by create-react-app/next.js would give you, sprinkle in some config free/light magic, throw in autogenerated APIs + migrations, some really simple glue, lots of opinions and some integration tests and you got fervor.
Nearly every piece in isolation is something you've already used or have heard. We brought them together so you don't need to spend 2->3 months doing it yourself.
> mkdir xyz; cd xyz > createdb xyz (requires pg) > fervor create
You may also want to peek at https://github.com/fervorous/fervor/wiki/MaterialUI
check out my docs - https://github.com/fervorous/fervor/wiki
All in PG: https://gist.github.com/parris/3f0b23796b7d8490613c0cef6dfd8c48
Create an admin only table
Edit it with, and admin JWT
Usually has to do with state, and you have 3 options (work in progress)
Do you really need client side state? Often you actually don't. With migrations + graphql making things so easy, can you just save what you need server side?
https://storyforj.com/register
- Melvin Conway, this quote is known as "Conway's Law"
- a CTO I know explaining why something had gone awry
- Asheesh, a friend telling me why Debian is awesome
- Me
Disclaimer - You should consider Fervor "beta" software
I'm using it on very small production sites. I've been making incremental improvements for the past 6/7 months, but could definitely use help :).