What good are frameworks?
If you choose the right one, it's solid code that you don't have to write. It's better than the stuff you'd do on your own. It's written by developers who are more talented than you are, tested by a wider audience than your code is, has a longer history of fixed bugs than your application has, and has a longer, better track record than anything you've written.
Your application is better off if you can find a framework that meets all those criteria.
Frameworks aren't equal. It's important to choose wisely and well. If you pick a good one, you won't abandon it later on.
That's why I've been using Spring for the last five years.
I would recommend learning the framework before you use it on a live project. You're likely to do a poor job with a framework that you don't know - which will be a convenient excuse to blame the framework. Get some training and do a dry run on something significant before you turn it loose on your first live project. Get a mentor or leader to guide you through your first effort.
On second reading, I'd say it sounds like you've made up your mind. No one is forcing you to use a framework. By all means, do roll your own. Develop enough experience to decide for yourself.
But if there are teammates, employers, or clients affected by the decision make sure that they have a full understanding of the opportunity cost of rolling your own.